From: Jonathan E T. <je...@my...> - 2002-10-25 23:05:20
|
Mike, The following snippit should give you your answer. It works with most standardized modules. #!/usr/bin/perl -w use Net::RawIP; print $Net::RawIP::VERSION; print "\n\n"; >Hi all, > > Is there anywhere I can determine the exact version of the perl modules >being used (specifically Net::RawIP)? I've looked in the actual module >itself but it only references the version as 0.09. There are unfortunately >4-5 versions of 0.09. > >Thanks for any help > >Mike |