http://www.perlmonks.org?node_id=747512
User since: Mar 02, 2009 at 18:08 UTC (15 years ago)
Last here: Mar 06, 2017 at 23:20 UTC (7 years ago)
Experience: 511
Level:Monk (7)
Writeups: 86
Location:United States
User's localtime: Apr 20, 2024 at 03:04 UTC
Scratchpad: View
For this user:Search nodes

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;