Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: one-liner hogs

by jepri (Parson)
on Feb 01, 2001 at 10:24 UTC ( [id://55659]=note: print w/replies, xml ) Need Help??


in reply to one-liner hogs

Probably a bit late now, but

perl -e'print "a".."ZZZZZZZZZZZZ"'
will drop a Linux box most times. It's deceptive too. You get just enough time to say "That's stupid, it didn't work at all" and then it bites... :)

____________________
Jeremy
I didn't believe in evil until I dated it.

Replies are listed 'Best First'.
(tye)Re3: one-liner hogs
by tye (Sage) on Feb 01, 2001 at 21:01 UTC

    Nice. I like it! ++jepri. I couldn't help golfing it down to:

    perl -e"@_=a..z.~0"
            - tye (but my friends call me "Tye")
Re: Re: one-liner hogs
by $code or die (Deacon) on Feb 01, 2001 at 23:09 UTC
    I like it, it maxed out both my CPU and memory more than some of the others. Oops.. wasn't I meant to try? =)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://55659]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (3)
As of 2024-03-28 17:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found