Help for this page
#!/usr/bin/Perl -w ... while ( $x = <hello there how are you> ) { print "$x\n"; }
hello there how are you