in reply to Invoking perl script

do -- Uses the value of EXPR as a filename and executes the contents of the file as a Perl script.

if (condition) {blah} else { do "script2.pl" }