On Nov 27, 2009, at 10:48 PM, Mark_Galeck wrote:

$ref = \...@foobar;
print @$ref;

then why can't I do this:

print @\...@foobar;

use strict;
use warnings;

------------------------------------
I have this kind of problem often,

If you're having this problem often, it's probably because you're not using strictures and warnings often.


Reply via email to