Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
        }
        return [@$aref[$start .. $stop]];
    }
    
  2. or download this
    $ ./test
    1..7
    ...
    ok 5 - Testing: [-3:-1]
    ok 6 - Testing: [-3:-3]
    ok 7 - Testing: [3:-1]