http://www.perlmonks.org?node_id=54777
User since: Jan 27, 2001 at 23:49 UTC (23 years ago)
Last here: Jul 10, 2005 at 03:49 UTC (19 years ago)
Experience: 320
Level:Scribe (6)
Writeups: 7
Location:$at_any_lost_space_in_universe; perhaps($any_module_of_CPAN)
User's localtime: Apr 25, 2024 at 18:54 -02
Scratchpad: None.
For this user:Search nodes

Perlhaps the most interesting (but dumbs) thinks I did in Perl were:

* my dead-now homepage all in POD's (yes, I love POD's) and my own fashioned translator to HTML, the Junior::Pod::HTML.

* a yahoogroups publid-message-base fetcher, and converter to .MSG files

Both of those are coded in a very special way of the laziness and terrible code, that only me can do... 8-)

My second big and "util" use for Perl is for machines-stress-tests and benchmarks. I love it.

How to make your Linux box be taken by a bunch of zebus:

# perl -e 'fork while 1' # perl -e 'fork&&sleep(1) while 1'