Help for this page

Select Code to Download


  1. or download this
    my $res = new Some::Package({ foo => bar })->subroutine;
    
  2. or download this
    
    my $sub = "subroutine";
    my $res = new Some::Package({ foo => bar })->( $sub );