Help for this page

Select Code to Download


  1. or download this
        [\@test_array, '[-3:-1]', 'ef'],
        [\@test_array, '[-3:-3]', ''],
        [\@test_array, '[3:-1]',  'def'],
        [\@test_array, '[:]',  'abcdefg'],
    
  2. or download this
    1..8
    ok 1 - Testing: [:3]
    ...
    ok 6 - Testing: [-3:-3]
    ok 7 - Testing: [3:-1]
    ok 8 - Testing: [:]