in reply to Re: •Re: What is %:: used for?
in thread What is %:: used for?

Yes it's in Perl! See perldoc -m Exporter, but don't stare at it too hard before you're ready to understand and respect the smoke and mirrors revealed.

-- Randal L. Schwartz, Perl hacker

  • Comment on •Re: Re: •Re: What is %:: used for?

Replies are listed 'Best First'.
Re: •Re: Re: •Re: What is %:: used for?
by SarahM (Monk) on Jun 14, 2002 at 13:13 UTC
    Thanks, it's definitely more complex then anything I've written...but it's not that bad to follow, you just need to understand typeglobs and the system table structure.