in reply to Re: Bug with lists?
in thread Bug with lists?

Under Perl 5.004_02 for Windows, I get a syntax error if I try perl -e "print join(qq/\n/, (1,),(,),3  )". However, perl -e "print join(qq/\n/, ((1,),), 3 )" works as Anomo predicted. An anonymonk trumps perldoc? I never thought I'd see the day!


TGI says moo