Changeset 12634 for docs/Perl6/Perl5
- Timestamp:
- 08/24/06 00:04:38 (2 years ago)
- Files:
-
- 1 modified
-
docs/Perl6/Perl5/Differences.pod (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
docs/Perl6/Perl5/Differences.pod
r12633 r12634 147 147 Now: loop ($i=0; $i<10; $i++) { ... } 148 148 149 =head2 Global Variables have a twigil. 150 151 Yes, a twigil. It's the second character in the variable name. For globals, 152 it's a C<*> 153 154 Was: $ENV{FOO} 155 Now: %ENV<FOO> 156 157 For details, see L<S02/"Names and Variables">. 158 149 159 =head1 SEE ALSO 150 160
