Thread Perl 6 - Perl 5 (37 answers)
Opened by Gast at 2012-12-05 18:22

Raubtier
 2012-12-07 12:21
#164026 #164026
User since
2012-05-04
1054 Artikel
BenutzerIn

user image
In älteren Perls bekommst du die Warnung noch:
Code: (dl )
1
2
3
4
5
6
7
% perl -we'my %hash;$hash{foo} = split /\,/,"1,2,3";print $hash{foo};print "\n@_\n"'
Use of implicit split to @_ is deprecated at -e line 1.
3
1 2 3
% perl -v

This is perl, v5.8.8 built for x86_64-linux-thread-multi


Das Problem ist halt, dass tolle Enterprise-Linuxe uralte Perl-Versionen verwenden.

View full thread Perl 6 - Perl 5