in reply to call a Perl script from another Perl script, server-side, with parameters
system("perl /path/to/scipt.pl ?parameter=xyz"); [download]