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.
pah (Score:1)
I've found debian incredably painful to use, as if you suddenly find you need to use mod_snmp with apache, oh... the package maintainer hasn't set it up that way... and oh.... you either need to hack the package to do it yourself, or find an unoffical package from something like apt-get.org
sounds good to me
-Scott McWhirter- | -kungfuftr-
"JAWK - Just Another Whiny Kid"
Reply to This
Re:pah (Score:1)
. . . or you could just download and compile the source yourself. That's an option with Debian, too. In fact, apt provides a fairly easy set of tools for making compiling from source simpler, though I've never had to use it myself.
The fact that Debian has apt doesn't prevent you from using other means to install software.
print substr("Just another Perl hacker", 0, -2);