Help for this page

Select Code to Download


  1. or download this
    sub resolve_value {
       my $start_with = another_value();
    ...
           # do the rest of the work here
        })
    }
    
  2. or download this
    goto &resolve_value(sub {
        ...
    });