[Visualperl-discuss] hash and subs not showing error when duplicate entry
by Tom Humphrey other posts by this author
Apr 16 2005 5:20PM messages near this date
view in the new Beta List Site
Re: [Visualperl-discuss] fonts and colors not setting properly with underscore...
|
Re: [Visualperl-discuss] hash and subs not showing error when duplicate entry
Hello,
Why do I not get a warning (underlined red) with the following:
my $date = {day=> undef,
month=> undef,
year=> undef,
day=> undef
};
The second "day=> undef" should be underlined red by the IDE.
The same goes for subroutines. If I have two with the same name it does not
give me a warning.
Is this some setting that I need to enable?
Thanks for the help,
Tom Humprhrey
_______________________________________________
VisualPerl-discuss mailing list
VisualPerl-discuss@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Thread:
Tom Humphrey
Eric Promislow
|