
theju
New User
Mar 5, 2013, 1:06 AM
Post #3 of 4
(139 views)
|
|
Re: [BillKSmith] PErl Module - not working
[In reply to]
|
Can't Post
|
|
Thanks, it worked! for every module I write, I need to call "use" like below? use Mymodule qw($myvar1 $myvar2 myfunc1 myfunc2);
|