Zerhash has asked for the wisdom of the Perl Monks concerning the following question:
and in the otherfilerequire otherfile; hello();
when it executes everything comes up blank...doesnt execute would i need to package the otherfile? how would i do that? thx Zersub hello{ print "Hello"; }
Edit davorg: added code tags
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: using other files with program
by davorg (Chancellor) on Oct 30, 2001 at 19:44 UTC | |
|
Re: using other files with program
by doc (Scribe) on Oct 30, 2001 at 20:16 UTC | |
|
Re: using other files with program
by traveler (Parson) on Oct 30, 2001 at 20:08 UTC |