Re: including subroutines from other files ...

2003-02-04 Thread Wiggins d'Anconia
Jamie Risk wrote: How does one do this? To go along with the 'require' previously mentioned (especially if you are having trouble sleeping): perldoc -f use perldoc -q 'require' perldoc perlmod perldoc perlmodlib http://danconia.org -- To unsubscribe, e-mail: [EMAIL PROTECTED] For addition

RE: including subroutines from other files ...

2003-02-04 Thread Scott, Joshua
This is how I've done this for my scripts: do "/filename"; Then I just call the sub in the normal method. -Original Message- From: Jamie Risk [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 04, 2003 2:11 PM To: [EMAIL PROTECTED] Subject: including subroutines f

RE: including subroutines from other files ...

2003-02-04 Thread Hanson, Rob
Look at the perl function require() for this. Rob -Original Message- From: Jamie Risk [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 04, 2003 5:11 PM To: [EMAIL PROTECTED] Subject: including subroutines from other files ... How does one do this? -- To unsubscribe, e-mail

Re: including subroutines from other files ...

2003-02-04 Thread Jeff 'japhy' Pinyan
On Feb 4, Jamie Risk said: >How does one do this? perldoc -f require -- Jeff "japhy" Pinyan [EMAIL PROTECTED] http://www.pobox.com/~japhy/ RPI Acacia brother #734 http://www.perlmonks.org/ http://www.cpan.org/ what does y/// stand for? why, yansliterate of course. [ I'm lookin

including subroutines from other files ...

2003-02-04 Thread Jamie Risk
How does one do this? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]