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

Is export written in perl? I would have thought that export was written in the c code that makes up perl! But if export is written in perl, I can definitely see the use of %::.

Replies are listed 'Best First'.
•Re: Re: •Re: What is %:: used for?
by merlyn (Sage) on Jun 14, 2002 at 13:00 UTC
    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

      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.