Help for this page

Select Code to Download


  1. or download this
    use 5.010;
    
    my $make_output_string = sub { "this is a $_[0]" };
    ...
    {
        say $make_output_string->($1);
    }