Help for this page

Select Code to Download


  1. or download this
    my($key,$value1,$value2,$value3) = $line =~ /(\w+),(\d+.\d+),(.\d+\s+\
    +d+.\d+.)/g;
    
  2. or download this
    use strict;
    use warnings;
    ...
    close $outfile_1;
    
    exit 0;