There are two ways to open a new window and fill it with cgi generated output.
case 1:
you have a web page. someonce clicks a link that is hyperlinked to the cgi.
If you ALWAYS will want whatever the cgi returns to go to anew window then in
the original page add
TARGET = "my_new_page"
in
I'm an expert perl programmer who is totally baffled by this very simple
problem that seem like
there must be an obvious solution that I dont know about. can any one
help me
as you know, when a perl command runs the arguments on the command line
are split
on whitespace and placed in @ARGV
Wh