Re: subroutines in an specific file

2001-10-04 Thread Brett W. McCoy
On Wed, 3 Oct 2001, Pascal wrote: > as you could see, i'm a beginner > how is it possible to write sub routines in a perl file and to call them > from an other one > thanks You'll want to study how to create modules in Perl (described quite well in the Camel Book). If you don't have any books t

RE: subroutines in an specific file

2001-10-04 Thread Wagner-David
create them in format of filename.pm and place in the perl/site/lib/filename.pm Depending on what is happening, you can have a subfolder by the name of the called subroutine, etc. Others can provide more specifics, but should give a starting place. Wags ;) -Original Message