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
>                       &world_body_top
>                       &labels;
>                     );

typo: ";" after &labels

and don't forget to also include

use warnings;

hth, joe

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to