Help for this page

Select Code to Download


  1. or download this
    my $signature = $custom_coderef ? $custom_coderef->() : default_sig();
    
  2. or download this
    my $coderef = sub{
      require Foo::Bar;
      my $signature = "blah";
      return $signature;
    }