Help for this page

Select Code to Download


  1. or download this
    my $fh_iterator = sub
    {
    ...
    
        return $line;
    }
    
  2. or download this
    use strict;
    use warnings;
    ...
    {
        print $line;
    }
    
  3. or download this
    16:29 >perl 738_SoPW.pl test.file
    foo \
    ...
    single line
    
    16:29 >