On Jul 26, Mooney Christophe-CMOONEY1 said:

>Where can i find out more information about the __TAGS__ ?
>
>BTW what are they really called?  Are they directives?

These are documented in perlsyn:

  __END__
    end of program

  __DATA__
    end of program, but allow this to be accessed via *PKG::DATA

  __FILE__
    the name of the current file

  __LINE__
    the number of the current line

There are also __WARN__ and __DIE__, but they're just special keys in the
%SIG hash.

-- 
Jeff "japhy" Pinyan      [EMAIL PROTECTED]      http://www.pobox.com/~japhy/
I am Marillion, the wielder of Ringril, known as Hesinaur, the Winter-Sun.
Are you a Monk?  http://www.perlmonks.com/     http://forums.perlguru.com/
Perl Programmer at RiskMetrics Group, Inc.     http://www.riskmetrics.com/
Acacia Fraternity, Rensselaer Chapter.         Brother #734
**      Manning Publications, Co, is publishing my Perl Regex book      **


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to