in reply to Re^2: Stop Using Perl
in thread Stop Using Perl
Agreed: the presentatation was quite insolent, but not without merit. There was food for thought. Slides with code and camel mugshots on the left, video inset of Netanel wearing a camel scarf on the right. Charming. :D
Fat comma just implies a mapping relationship, and one-to-many is a possibility in the abstract sense. The problem is not limited to fat comma either. Consider: @k = qw(foo bar baz); @v = (1,bar(),3); %m = zip @k, @v;
Power/flexibility is a double-edged sword. No news here. I do wonder though — what if the CGI method had been named params all along? Would that have resulted in fewer thinkos?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Stop Using Perl (CGI::param)
by tye (Sage) on Jan 03, 2015 at 20:42 UTC | |
by LanX (Saint) on Jan 03, 2015 at 22:13 UTC | |
by Anonymous Monk on Jan 04, 2015 at 01:44 UTC | |
Re^4: Stop Using Perl (DBI)
by LanX (Saint) on Jan 03, 2015 at 06:17 UTC | |
by LanX (Saint) on Jan 03, 2015 at 17:30 UTC | |
Re^4: Stop Using Perl
by LanX (Saint) on Jan 02, 2015 at 17:50 UTC | |
Re^4: Stop Using Perl
by marinersk (Priest) on Jun 20, 2015 at 02:49 UTC | |
by Anonymous Monk on Jun 20, 2015 at 03:23 UTC | |
by marinersk (Priest) on Jun 20, 2015 at 05:08 UTC |