On Mon, Mar 07, 2005 at 09:49:56AM -0500, Greg London ([EMAIL PROTECTED]) wrote:
> 
> >> package Dog;
> >> sub Speak { print Dumper [EMAIL PROTECTED]; }
> >> Dog->Speak('woof');
> 
> If teh applicant just gave the answer [ 'Dog', 'woof' ] without

My first reaction was that it would print 

  $VAR1 = [
            'Dog',
            'woof'
          ];

which I guess says that I use Data::Dumper a lot. :-)

-- 
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
 
_______________________________________________
Boston-pm mailing list
[email protected]
http://mail.pm.org/mailman/listinfo/boston-pm

Reply via email to