Beefy Boxes and Bandwidth Generously Provided by pair Networks Bob
Think about Loose Coupling
 
PerlMonks  

Re: Random Bumper Sticker Generator

by ailie (Friar)
on Dec 11, 2000 at 21:00 UTC ( [id://46151]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to Random Bumper Sticker Generator

Likewise, I have a silly script that creates a Hunter S. Thompson-like insult.

"That devious knee-crawling bastard!"

#!/usr/bin/perl -w # # A perl script that generates a Hunter S. Thompson-like invective # use strict; my @LIST1; my @PRON; my @LIST2; my @NOUN; @LIST1 = ("vicious", "rancid", "savage", "fiendish", "filthy", "rotten", "demented", "treacherous", "heinous", "scurvy", "devious", "grisly", "hamwit", "filthy", "foetid", "cheapjack", "hellish" ); @PRON = ("You", "That"); @LIST2 = ("festering", "stinking", "crazed", "deranged", "soul-ripping", "drooling", "rabbit-punching", "knee-crawling", "thieving"); @NOUN = ("bastard", "swine", "pig", "pile of albino warts"); print "$PRON[rand @PRON] $LIST1[rand @LIST1] $LIST2[rand @LIST2] $NO +UN[rand @NOUN]!\n";

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://46151]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.