Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Development with Autoload

by liz (Monsignor)
on Oct 05, 2003 at 18:53 UTC ( [id://296751]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package Foo;
    use AutoLoader qw(AUTOLOAD);
    1;
    __END__
    sub a {print "a\n" }
    
  2. or download this
    use Foo;
    a();
    
  3. or download this
    Can't locate auto/Foo/autosplit.ix in @INC (@INC contains:
     /usr/local/lib/perl5/5.8.1/darwin-thread-multi
    ...
     .) at /usr/local/lib/perl5/5.8.1/AutoLoader.pm line 160.
     at Foo.pm line 3
    Undefined subroutine &main::a called at x line 2.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (2)
As of 2024-04-26 03:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found