Help for this page

Select Code to Download


  1. or download this
    { 
        my array;
    ...
    
    my $found = find( 5 );
    print $found->value; # prints 'QUUX';
    
  2. or download this
    { 
        my $pseudo;
    ...
            return $frags[ $index ];
        }
    }