Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: help me with errors in perl module.

by choroba (Cardinal)
on Oct 13, 2011 at 08:15 UTC ( [id://931161]=note: print w/replies, xml ) Need Help??


in reply to help me with errors in perl module.

i used right sysntax for export
If you mean this by "right sysntax" (sic!)
our @EXPORT_OK(myFunction);
you are mistaken. To assing to an array, use
our @EXPORT_OK = qw(myFunction);

Replies are listed 'Best First'.
Re^2: help me with errors in perl module.
by veerubiji (Sexton) on Oct 13, 2011 at 09:07 UTC
    thanks for your reply i modified and i got it now.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://931161]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (5)
As of 2024-04-19 23:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found