Help for this page

Select Code to Download


  1. or download this
    my $sub = sub {
     . . . 
    };
    my $obj1 = Foo->new( $sub );
    my $obj2 = Foo->new( $sub );