Help for this page

Select Code to Download


  1. or download this
    my(@a) = ('a', 'b', 'c', 'def');
    my $s = 'foo';
    print "s=$s, a=\@  a\n";
    - syntax OK