in reply to Re: require issue.
in thread require issue.
I left the Requires('somefile.pl') in the Main.pl, Then, when in the newform.pm and I wanted to use the someFile1 function I called main::someFile1(); This seemed to work!package newform; #require "somefile.pl"; sub func1 { main::someFile1(); print "Inside func1"; } 1;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: require issue.
by ysth (Canon) on Mar 02, 2007 at 17:16 UTC |