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 1.550 second using v1.01-cache-2.11-cpan-1e74a51a04c )