![]() |
|
Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
Module Version Number?by cal (Beadle) |
on Nov 02, 2002 at 04:40 UTC ( #209892=perlquestion: print w/replies, xml ) | Need Help?? |
cal has asked for the wisdom of the Perl Monks concerning the following question:
Hello Monks,
I am having a lot of trouble verifying which version of a module I am currently using. I would like to put some script together that gets the $version variable from the module thats in use use CGI; use GD;and then print out the version. I see alot of command lines that do this. I dont have a telnet option and I am unable to use this technique. Is this complex and could it work for all types of modules. Does any on have an example I could look at. Thanks in advance
Back to
Seekers of Perl Wisdom
|
|