Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

deMize

by deMize (Monk)
on Mar 02, 2009 at 18:08 UTC ( [id://747512]=user: print w/replies, xml ) Need Help??

my ($name,$city,$state,$country) = ("deMize","Washington","DC","USA");
my $age = <STDIN>;

chomp($age);

if ($age > 21 && age <92){
print "That is my age.";
}

1;

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-03-29 15:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found