Help for this page

Select Code to Download


  1. or download this
    ##################
    print "Once\n";
    ...
    
    
    ##################
    
  2. or download this
    my $infile  = "/tmp/foo.in";
    my $outfile = "/tmp/foo.out";
    ...
    close(DATA_IN);
    
    system("rm $infile $outfile");