Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;    #<<-- warnings
    ...
            print W $line[$i];
        }
    }
    
  2. or download this
    use Modern::Perl;
    
    ...
    }
    
    close $w;