in reply to Re: Re: autoload and packages
in thread AUTOLOAD and packages
Sorry for not clearing it for cleverness, I'm drunk now :)BEGIN{ if (exists $::{AUTOLOAD}) { print "exisa\n"; } else { print "no-exisa\n"; } } sub AUTOLOAD{} BEGIN{ if (exists $::{AUTOLOAD}) { print "exisa\n"; } else { print "no-exisa\n"; } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: autoload and packages
by smackdab (Pilgrim) on May 12, 2002 at 01:22 UTC | |
by svad (Pilgrim) on May 14, 2002 at 17:26 UTC |