Help for this page

Select Code to Download


  1. or download this
        *{"$pkg\::$name"} = $code;
    
  2. or download this
        # I'd rather use ||= but I'm whoring for Devel::Cover.
        for (qw(into from)) { $arg->{$_} = $calling_pkg unless $arg->{$_} 
    +}