Data-Util
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
lib/Data/Util/PurePerl.pm view on Meta::CPAN
else{
push @tmpl, sprintf '$args->[%d]', $i;
}
$i++;
}
$max_ph++;
my($pkg, $file, $line, $hints, $bitmask) = (caller 0 )[0, 1, 2, 8, 9];
my $body = sprintf <<'END_CXT', $pkg, $line, $file;
BEGIN{ $^H = $hints; ${^WARNING_BITS} = $bitmask; }
package %s;
#line %s %s
END_CXT
if($is_method){
my $selfp = shift @tmpl;
$proc = shift @tmpl;
$body .= sprintf q{ sub {
my $self = %s;
my $method = %s;
view all matches for this distributionview release on metacpan - search on metacpan
( run in 0.477 second using v1.00-cache-2.02-grep-82fe00e-cpan-2ea8abbae53 )