Help for this page

Select Code to Download


  1. or download this
    tie @ary, "My::Class", "some", "el", "ems";
    for (@ary) {
       some_code($_);
    }
    
  2. or download this
    my @arr1 = (0) x 4;
    my $n = 0;
    ...
    __END__
    Output
    3 2 1 0