On Thu, Jul 26, 2001 at 12:21:38PM -0400, Jeff 'japhy/Marillion' Pinyan wrote:
> 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?

They seem to be called "special literals".

> These are documented in perlsyn:

That's perldata ....

>   __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

__PACKAGE__
  the name of the current package

-- 
Paul Johnson - [EMAIL PROTECTED]
http://www.pjcj.net

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

Reply via email to