NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
blosxom style (Score:1)
It's full of some very 'unclean' code. It works, which
is great. I don't intend to disparage Rael, but his
code is somewhat crufty and is also (slightly) hindered
by it having to work on early perls, not just 5.6+.
I keep meaning to do some tidyups and submit them to
Rael, including having it able to run under
Apache::Registry, but never get around to it.
---ict / Spoon
Algol-like? (Score:2)
I thought Perl is an Algol-like language. It's been ages since I heard the term "Algol-like", but I always took it to mean syntax mostly like C or Algol, with blocks with statements inside, as opposed to very different syntaxes like Lisp or Forth, or the mush that is COBOL syntax.
Re:Algol-like? (Score:1)
followups (Score:2)
blosxom is a drop-in perl script you certainly can't use it represent a project in which a novice is taking part.
Worse he misses the point about abstracting code in functions - essentially your senior or experienced developers will encapsulate harder code and the the junior or novice developers will use the API's provided.
This means the senior developers can use perl to full effect while juniors can be productive with simpler perl.
@JAPH = qw(Hacker Perl Another Just);
print reverse @JAPH;