Help for this page

Select Code to Download


  1. or download this
    my $target = scalar caller;
    $package->import::into($target, @arguments);
    
  2. or download this
    my ($package, $filename, $line) = caller;
    autodie->import::into({ package  => $package,
                            filename => $filename,
                            line     => $line });