Changeset 12634 for docs/Perl6/Perl5

Show
Ignore:
Timestamp:
08/24/06 00:04:38 (2 years ago)
Author:
markstos
Message:

Add mention of Global variables to Differences.pod, with another hopeful smart link...

Files:
1 modified

Legend:

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

    r12633 r12634  
    147147    Now:    loop ($i=0; $i<10; $i++) { ... } 
    148148 
     149=head2 Global Variables have a twigil. 
     150 
     151Yes, a twigil. It's the second character in the variable name. For globals, 
     152it's a C<*> 
     153 
     154    Was:    $ENV{FOO} 
     155    Now:    %ENV<FOO> 
     156 
     157For details, see L<S02/"Names and Variables">. 
     158 
    149159=head1 SEE ALSO 
    150160