Help for this page
#!/usr/bin/perl -w if (condition) { system '/usr/.../another.pl'; } print "Location: http://test/ \n\n";
#!/usr/bin/perl -w if (condition) ... # notice the use of the back quote. } print "Location: http://test/ \n\n";