Changeset 12865 for docs/Perl6/Perl5

Show
Ignore:
Timestamp:
08/30/06 02:23:48 (2 years ago)
Author:
markstos
svk:copy_cache_prev:
19311
Message:

Add mention of the double underscore things (like LINE) to Differences.pod.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • docs/Perl6/Perl5/Differences.pod

    r12864 r12865  
    7777 
    7878For details, see L<S02/"Built-In Data Types"> 
     79 
     80=head2 The double-underscore keywords are gone 
     81 
     82    Old                 New 
     83    ---                 --- 
     84    __LINE__            $?LINE 
     85    __FILE__            $?FILE 
     86    __PACKAGE__         $?PACKAGE 
     87    __END__             =begin END 
     88    __DATA__            =begin DATA 
     89 
     90See L<S02/"double-underscore forms are going away"> for details. 
     91 
    7992 
    8093=cut