Hi list,
How do I know whether a given module is installed on
machine or not?
Thanks and Regards,
Manish
Hi Manish -
The way I check to see if a module is installed
perl -e "use ModuleName;"
(eg. perl -e "use XML::Simple:"
If you get an error, then it is not installed.
Now I use ActiveState Perl o
Hey Carl -
I got in a hurry and did some cut and paste without paying close enough
attention.
The line should read
my $dir = 'C:\GIS\wrapped_data';
I apologize for the error.
Mark
got this error line 9 near "= ="
aborted due to compilation error
*/Mark Taylor <[EM