On Mon, 2005-03-07 at 08:17 -0500, Greg London wrote:

> 3: What is printed when this script executes?
> my %hash;
> if($hash->{key1}->{key2})
> {print "Exists!";} else {print "Doesnt exist"}
> print Dumper \%hash;

> 5: What is printed when this script executes?
> package Dog;
> sub Speak { print Dumper [EMAIL PROTECTED]; }
> Dog->Speak('woof');

Bot answers are the same, "nothing". I'd ask a followup question: What
if I used "perl -MData::Dumper"; to run it?


 
_______________________________________________
Boston-pm mailing list
Boston-pm@mail.pm.org
http://mail.pm.org/mailman/listinfo/boston-pm

Reply via email to