Help for this page

Select Code to Download


  1. or download this
            @this = @last;
            @last = ();
    
  2. or download this
            @last = @this;
            @this = ();
    
  3. or download this
    my @match = ( $$a1[$b1] );
    
  4. or download this
    @{$a1}[ ($b1-$longest+1), $b1 ]
    
  5. or download this
    @{$a1}[ ($b1-$longest+1) .. $b1 ]