Net-Dev-MIBLoadOrder
view release on metacpan or search on metacpan
MIBLoadOrder.pm view on Meta::CPAN
}
#
#.............................................................................
#
#
sub _myprintf {
return unless $DEBUG;
my $_format = shift;
my ($_pkg, $_line) = (caller)[0,2];
my $_func = (caller(1))[3];
$_pkg =~ s/.+://;
$_func =~ s/.+://;
printf("%s: %s: [%s]: $_format", $_pkg, $_func, $_line, @_);
}
#
#.............................................................................
#
( run in 0.347 second using v1.01-cache-2.11-cpan-a3c8064c92c )