Viewing profile — knightcrusader
knightcrusader
HN member- Joined
- Tue, Jul 27, 2021, 5:28 PM UTC
- HN karma
- 10
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About knightcrusader
No profile information was provided.
Recent public activity
-
comment
Comment #36580707
I wouldn't say its "missing" named function arguments. Treating arguments and return values as lists is very powerful. Perl is very Lisp-like in that aspect. Also, CPAN is consider…
-
comment
Comment #36577171
You saying nobody starting web dev should use CGI.pm? Or CGI in general? Because CGI itself has its uses even today. It's much easier to understand and get off the ground than some…
-
comment
Comment #36576210
I consider myself a serious Perl developer, working in a Perl shop for the past 15 years. We still prefer using bless and continue to use it in the present day. It so much lighter …
-
comment
Comment #36375383
The only thing about the JSON package though, when things go wrong, it is very unhelpful about where it goes wrong. I usually end up always wrapping the json_decode in an eval to c…
-
comment
Comment #27975125
Even easier than that: my $house = shift; my $color = shift // GetDefaultHouseColor();