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