I am writing a script using Perl and wish to pass the script a parameter. I also want to use the script as a server side include, for instance: <--!#exec cgi="/cgi-bin/test.cgi?dat
afile"-->
Is this possible to do and if so what is the code I should use in the script to assign the parameter to a variable.
Start Free Trial