Help for this page

Select Code to Download


  1. or download this
    while (<FILE>) {
    my ($one,$two,$three..etc)=split(/,/);
    
    }
    
  2. or download this
    ##!/usr/bin/perl
    use DBI;
    ...
    $sth->execute();
        while ($sth->fetch()) {$i++;};
        print ": $i \n";
    
  3. or download this
    wc -l ofphl
    
  4. or download this
    map ( {s/\"(.*)\"/$1/;$_}) split(/,/)