Re: ideintifying whether a module is already installed or not

2005-03-27 Thread Mark Taylor
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 on

Re: read a directory

2005-02-28 Thread Mark Taylor
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 [EMAIL PROTECTED]/* wrote