Help for this page

Select Code to Download


  1. or download this
    Use of uninitialized value in substitution (s///) at /home/rui/public_
    +html/cgi-bin/e/e_update.pl line 49.
    Use of uninitialized value in length at /home/rui/public_html/cgi-bin/
    +e/e_update.pl line 53.
    
  2. or download this
    my ($a,$b,$c,$d,$e,$f,$g,$h,$i,$j) = split (/\,/,$line);
    $a = $a.$c.$i.$b;
    ...
    } else {
    print FILE $d."|".$g."|".$j."|".$k."|".$e.", ".$f."\n";
    }