On Friday, October 11, 2002, at 01:45  PM, Tim Musson wrote:

> use strict;
> use warnings;
> print (list_of_print_stuff); # This gives an error

I don't get any error with this, assuming I either make it a proper 
declared variable or quote it, in Perl 5.6.0.  It's never wrong to use 
parenthesis, even if they aren't required.

James


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to