Help for this page

Select Code to Download


  1. or download this
    while(defined(my $line = <FILE>)) {
        next if ($line =~ /#.*?,/);
        my @units=split(/,/, $line);
    ...
            }
        }
    }