
darian
Deleted
Mar 2, 2000, 2:52 AM
Post #2 of 3
(340 views)
|
If your looking to start another program from the end of your first program and have the variables tied into it you can do a redirect. print "Location: myprog.pl?first_var=$first_var&second_var=$second_var \n\n"; Just make sure your: print "Content-type: text/html", "\n\n"; line is not above this line. You can put the redirect line in it's own sub if need be to keep it away from the line: print "Content-type: text/html", "\n\n"; [This message has been edited by darian (edited 03-02-2000).]
|