Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: calling a perl file from a perl script

by j3 (Friar)
on Apr 06, 2007 at 20:37 UTC ( [id://608754]=note: print w/replies, xml ) Need Help??


in reply to calling a perl file from a perl script

Hi hodashirzad,

As jonadab says, writing your own modules is very likely the way to go. Happily, with Perl, easy things tend to be easy, and writing modules (i.e., sticking your functions in .pm files) is a walk in the park. :)

I believe many folks create their own ~/perllib directory, and drop their modules (ex. MyModule.pm) in there. In your main script code, you tell perl how to find them by putting use lib '/home/you/perllib'; at the top (before the use MyModule; line).

Edit: To get started, have a look in the Tutorials section of this site, paying special attention to Simple Module Tutorial.

  • Comment on Re: calling a perl file from a perl script

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://608754]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-09-08 00:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?
    erzuuli‥ 🛈The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.