Hi List,
Recently we moved our code from one Windows machine to another.
There is a small snippet of code which was running fine, but now it is not running. I have searched but could find any help.
--------
print "hello";
my $DBMfile="e:/www/Config/AK230005";
my %Cfg;
dbmopen(%Cfg, $DBMfile, 0644) || die "cannot open reason:".$!;
foreach (keys %Cfg){
print "key:$_ val:$Cfg{$_}\n";
}
--------
Earlier it used to display the content but now it does not displays all the information which is there in the file. The DBM file along with the code has been moved to the new server.
Any help would be highly appreciated.
Thanks & Regards,
_______________________________________________ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs