Help for this page

Select Code to Download


  1. or download this
    for my $tab ( 1 .. 3 ) {
        my @array = ( 0 .. $tab);
    ...
    Array ref: ARRAY(0x826acf4)
    Array ref: ARRAY(0x826acf4)
    Array ref: ARRAY(0x826acf4)
    
  2. or download this
    for my $value ( @values ) {
        my @array = frobinate($value);
    ...
            drill($bit);
        }
    }