Help for this page

Select Code to Download


  1. or download this
    @test = ( sub { $_[0] < 3 } );
    
    ...
    {
      print join q[ ] , grep $t->( $_ ), 1 .. 5;
    }