Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
If by calling that sub routine in the ownmodule.pm I call another subroutine in the same module. I get an error.use ownmodule; my $result = ownmodule::GetResult($query);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: problems with modules
by blazar (Canon) on May 02, 2006 at 10:49 UTC | |
|
Re: problems with modules
by cdarke (Prior) on May 02, 2006 at 10:58 UTC |