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

bianca
 2012-12-07 05:58
#164004 #164004
User since
2009-09-13
6977 Artikel
BenutzerIn

user image
2012-12-06T19:00:19 rosti
so ist der Begriff 'deprecated' auf fast jeder Manpage von PHP zu finden, in Perl jedoch ist dieser Begriff ein Fremdwort ;)

Nicht ganz.
Code (perl): (dl )
1
2
3
4
5
6
#!perl5.10
use strict;
use warnings;

my %hash;
$hash{foo} = split /\,/,'1,2,3';

:)
10 print "Hallo"
20 goto 10

View full thread Perl 6 - Perl 5