This is inspired by brian d foy's post on "What do you hate most about your language?". Of course I love Perl. I program in it and teach it for a living. Still I hate....
print $foo->{blah}; print $foo -> {blah}; print "$foo -> {blah}";
I get why the last one fails, but why allow the second one to succeed if you can't be consistent?
5 things I hate about Perl 0 Comments More | Login | Reply /