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.
awwaiid.use.perl (Score:1)
CPAN modules would be interesting and do-able but it would break the 100 line limit I set for myself. Maybe in a larger version. The current protection model, banishing most ops with 'use ops', just wouldn't work. You couldn't do the first step. I think buu has his bot forking then chrooting itself and setting ulimits and a bunch of other stuff, doing computations in that sandbox, and then returing the results over the one filehandle it has open to the outside world. Entire user scripts could be run that way, chroot'ed into a place where modules are installed. Hmm.
-scott
Reply to This