Re: Source from another file

2004-07-01 Thread Wiggins d Anconia
> Is it possible to put sub-functions in one file and include them into > another Perlscript. > > For example : > > file1.pl = Has functions for printing a text > > file2.pl = Includes the file1.pl and uses the printing function > Check the docs for 'use', 'require', and 'do'... perldoc -f us

Source from another file

2004-07-01 Thread juman
Is it possible to put sub-functions in one file and include them into another Perlscript. For example : file1.pl = Has functions for printing a text file2.pl = Includes the file1.pl and uses the printing function /juman -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-m