Search results

  1. S

    Perl: How do I "Require" or "Include" another perl script file?

    I'm kind of new to perl, but I see an error in your code above and I know how to accomplish what you want. First, the hash-bang line needs to be the first line in the perl script (before the use command). Second, when using "use" or "require", it appears that the system does not want .pl...
Back
Top