Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    
    ...
    while (<>) {
        do_something($_);
    }
    
  2. or download this
    sub cin_read {
        my $inchar = getc;
    ...
        }
        return $result;
    }