Help for this page

Select Code to Download


  1. or download this
        my $sub = $tied;
        print $sub->(5), "\n";
    
  2. or download this
    sub wrap {
       my ($r) = @_;
    ...
    }
    
    my $tied = wrap($r);