-
Notifications
You must be signed in to change notification settings - Fork 555
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
pb with perl5.005_03 #55
Comments
From alain.mellan@st.comI think i have found a problem in perl. I'm writing here since I have Here is the code snippet: @_ = ("a", "cell AN2"); print $_[0], "\n"; It was working fine with the perl5.004_01 we had, but with the latest Thanks in advance for your help. Summary of my perl5 (5.0 patchlevel 5 subversion 3) configuration: Characteristics of this binary (from libperl): -- |
From [Unknown Contact. See original ticket]implicit split from @_ to @_ is broken but depreciated. |
From The RT System itselfimplicit split from @_ to @_ is broken but depreciated. |
Migrated from rt.perl.org#857 (status was 'resolved')
Searchable as RT857$
The text was updated successfully, but these errors were encountered: