Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;                  # https://perlmonks.org/?node_id=11162546
    ...
    
    
    done_testing;
    
  2. or download this
    {
      array     => ["aa" .. "zz"],
    ...
    ok 2 - not delete value
    ok 3 - splice backwards
    1..3