I have a GUI with embedded perl, the user can type commands at prompt which are evaled by a perl interpreter, what would the user type to eval the contents of a file as a perl script?
For example, in tcl it is source and in python it is exec,
so if it were source in perl the session might look like this: