http://qs1969.pair.com?node_id=846119


in reply to Re: lost in my first Perl module
in thread lost in my first Perl module

Forgot to mention: when you call your functions in your test script (for the setup described above), you'll need to fully-qualify their names, as in: SybaseManip::my_func(...).

And if you have any globals in your SybaseManip.pm file (as in: our $foobar = 'baz';), you can access them from your script similarly: $SybaseManip::foobar