Help for this page

Select Code to Download


  1. or download this
    print "foo1\n";
    
  2. or download this
     
    print "GOT THIS: $lines\n";
    
  3. or download this
    RESULT:
    
    ...
    GOT THIS: FTPData.20010517.120547
    
    $
    
  4. or download this
    # send output to file
    @args2 = ("$tabfile");
    ...
    close(LOGFILE);
    print "GOT THIS: $lines\n";
    exit(0);