Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
      unlink($outfile) || die "Cannont delete old file.\n";
      rename("tmp.file", $outfile) || die "Cannot rename file\n";
    }
    
  2. or download this
    insert called:0
    first   second  third   1
    ...
    1       2       3       1
    x       y       z       1
            2