John Doe wrote:
@EXPORT = qw(
$html
&world_body_top
&labels;
);
typo: ";" after &labels
and don't forget to also include
use warnings;
hth, joe
AArghh I cant believe I didnt see that.
Thanks for thi
Brent Clark am Freitag, 9. Dezember 2005 11.16:
> Hi all
>
> Im busy experimenting with perl modules, and I keep getting this message,
>
> Undefined subroutine &main::labels called at
> /home/world/public_html/index.pl
[...]
>@EXPORT = qw(
> $html
>
Hi all
Im busy experimenting with perl modules, and I keep getting this message,
Undefined subroutine &main::labels called at /home/world/public_html/index.pl
Below is my code for my test index.pl, and below that is my module.
If someone would be kind as to overlook and share some tips, I woul