Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Dalek

by beable (Friar)
on Jul 04, 2004 at 04:02 UTC ( [id://371661]=CUFP: print w/replies, xml ) Need Help??

Prints out a dalek with a friendly message.
#!/usr/bin/perl use strict; use warnings; my $message = "EX! TERM! I! NATE!"; if (@ARGV > 0) { $message = $ARGV[0]; } dalek($message); sub dalek { my $message = shift; print << "ENDOFDALEK"; __ )o (--o $message """"===--( |::|:\\ |::|::\\ ======== ENDOFDALEK }

Replies are listed 'Best First'.
Re: Dalek
by ysth (Canon) on Jul 04, 2004 at 05:29 UTC
    It was my impression that PerlMonks owes a lot to Nate; perhaps you could change your message? :)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (2)
As of 2024-04-26 04:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found