B
Bill H
I have a number of pages on a website that run perl scripts to create
different content. They are all basically accessed with an HREF such
as:
scriptname.pl?param1=1¶m2=2 etc
The question I have is, an I use the same syntax in a system call from
another perl program, ie:
system("scriptname.pl?param1=1¶m2=2");
Bill
different content. They are all basically accessed with an HREF such
as:
scriptname.pl?param1=1¶m2=2 etc
The question I have is, an I use the same syntax in a system call from
another perl program, ie:
system("scriptname.pl?param1=1¶m2=2");
Bill