Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

use slack;

by thabenksta (Pilgrim)
on Apr 11, 2001 at 23:47 UTC ( [id://71831]=poem: print w/replies, xml ) Need Help??

#!/usr/local/bin/perl -w use slack; $hurry++; if ($project{'completiontime'} < $project{'estimate'}) { $bonus++; } else { die "canned"; } if ($project eq 'complete') { my $schedule = ''; my $activity = slack::new('IRC'); $activity->start('/join #perlmonks'); } else { my $schedule = 'full'; while (my $boss != 'looking') { my $activity = slack::new('IRC'); $activity->start('/join #perlmonks'); } }

thabenksta

my $name = 'Ben Kittrell'; $name=~s/^(.+)\s(.).+$/\L$1$2/g; my $nick = 'tha' . $name . 'sta';

Replies are listed 'Best First'.
(redmist) Re: use slack;
by redmist (Deacon) on Apr 12, 2001 at 01:53 UTC

    Reminds me of the snippet that I have on my home node from h0mee:

    #!/usr/bin/perl use Slack qw(:standard); my $yeti = new Slack; praise q{Bob}; $yeti->stark_fist('GLOBAL');

    Praise "Bob" and Fuck 'Em if They Can't Take a Joke!

    redmist
    Silicon Cowboy

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (5)
As of 2024-04-23 20:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found