Help for this page

Select Code to Download


  1. or download this
    $ perl -MO=Deparse 443218.pl
    my(@l) = ('10', '20', '30');
    ...
    }
    print $t;
    443218.pl syntax OK
    
  2. or download this
    $ cat 443218.pl
    use warnings;
    ...
    #my $t;
    #$t += $_ foreach @l;
    print $t;