Help for this page

Select Code to Download


  1. or download this
    my $grzblgh = sub { length or $_ = shift for shift };
    
    sub f {
        (my $arg = shift)->$grzblgh("default");
    }