Help for this page

Select Code to Download


  1. or download this
    my $x = 1,
    2,
    3;
    
  2. or download this
    my @y = 1 .. 8;
    my $x = @y, 2, 3;
    print $x;