Hi Jyoti!
Next time, please hit reply-to-all. You've sent a reply only to me. I'm CCing
the list.
On Tuesday 30 Mar 2010 11:42:30 Jyoti wrote:
> hello shlomi,
> yes...but i'm not able to run script in which I use win32::Registry.
>
Well, as opposed to some languages (BASIC/VB-Classic, Fortran, etc.) Perl is
case-sensitive.
You need to do:
<<<
use Win32::Registry;
my $obj = Win32::Registry->new();
>>>
In the exact case.
Happy Spring Holidays.
Regards,
Shlomi Fish
--
-----------------------------------------------------------------
Shlomi Fish http://www.shlomifish.org/
Funny Anti-Terrorism Story - http://shlom.in/enemy
Deletionists delete Wikipedia articles that they consider lame.
Chuck Norris deletes deletionists whom he considers lame.
Please reply to list if it's a mailing list post - http://shlom.in/reply .
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/