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