Help for this page

Select Code to Download


  1. or download this
    $x = "x";
    $y = "y";
    ...
    
    my $code = sub { print "$x $y\n" };
    uc_call($code);