I'm new to scripting in PERL (I've only done Javascript and Lingo before).
I'm building a script to write an HTML page on the fly, using image files
that are in a directory that is given to the script as a variable. How do I
pass my variable to my script from the HREF link that my user clicks? (EG:
my script is in my cgi-bin directory and is named "pgbuilder.pl". Do I make
the link something like
http://www.domain.com/cgi-bin/pgbuilder.pl?archimage, where "archimage" is
the name of the directory I want to pass the script?
The script itself will use
$dir = param('dir')
to receive/store the variable.
Thanks!
__________________________________
Lee Hoffner
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]