do "filename.pl"; or more generally do EXPR; # where EXPR returns a string which is taken as a filename |
Perl executes contents of file specified by string |
This is a good way of loading in a block of subroutines |
glob EXPR returns the value of EXPR with conventional UNIX shell filename expansion
|