Changeset 17750 for docs/Perl6/Spec
- Timestamp:
- 09/11/07 21:21:33 (15 months ago)
- Files:
-
- 1 modified
-
docs/Perl6/Spec/Functions.pod (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
docs/Perl6/Spec/Functions.pod
r17701 r17750 1189 1189 1190 1190 =item pos 1191 1192 There is no C<pos> function in Perl 6 because that would not allow a string 1193 to be shared among threads. Generally you want to use C<$/.to> for that now, 1194 or keep your own position variable as a lexical. 1191 1195 1192 1196 =item quotemeta
