Help for this page

Select Code to Download


  1. or download this
    open(X,">$time.pl") or die "$!";
    print X $child; 
    close(X);
    
  2. or download this
    system "perl $time.pl";
    
  3. or download this
    print "Location: $parent_url?d=1\n\n";
    
  4. or download this
    unlink "$time.pl";
    
  5. or download this
    #!perl -w
    
    ...
    exit;
    __END__
    0
    
  6. or download this
    #!perl -w
    
    ...
    print Z $_;
    close(Z);
    print "Location: pp.pl?d=1\n\n";