-
Notifications
You must be signed in to change notification settings - Fork 577
perldoc -f shift #672
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
From [email protected]Or is perl drifting towards win32 cAsE (in)sensitivity Ciao |
From [Unknown Contact. See original ticket]perldoc -f shift ... '<Shift>' should read '<shift>' Or is perl drifting towards win32 cAsE (in)sensitivity Ciao |
From @vanstynA rash of 'just another perlbug test' messages around this time - Hugo Inline Patch--- pod/perlfunc.pod.old Mon Mar 20 22:13:52 2000
+++ pod/perlfunc.pod Fri Jul 14 23:01:48 2000
@@ -3996,7 +3996,7 @@
the C<eval ''>, C<BEGIN {}>, C<INIT {}>, C<CHECK {}>, and C<END {}>
constructs.
-See also C<unshift>, C<push>, and C<pop>. C<Shift()> and C<unshift> do the
+See also C<unshift>, C<push>, and C<pop>. C<shift> and C<unshift> do the
same thing to the left end of an array that C<pop> and C<push> do to the
right end.
|
From @jhi
Somebody had by now downcaseds the Shift so this patch didn't apply but
|
Migrated from rt.perl.org#1557 (status was 'resolved')
Searchable as RT1557$
The text was updated successfully, but these errors were encountered: