Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -l
    
    ...
    my $obj = bless { permutation => [2,42,2,2,2,2,2,2,2,2,2] }, "Whatever
    +";
    
    print get($obj, 1);   # prints 42