Michael Schwern: > $ perl -w > use strict; > my $name = "Joe"; > print "$name's birthday"; > > Name "name::s" used only once: possible typo at - line 3. > Use of uninitialized value $name::s in concatenation (.) or string at - line 3. > > Its interesting. In my experience I've never seen a newbie do that... or done > it myself either. Have you? I have been bitten by that more than once.Thread Previous | Thread Next