CPU: Perl, Fall 2005 Perl, Week 4: More Arrays, Context, Subroutines, Lexical Variables #10

A Shortcut

while ( <STDIN> ) {
    print "The line is -> $_";
}
Copyright © 2005 Ian Langworth