in reply to Re^2: perl behavior with print command
in thread perl behavior with print command

next error will be print interpreted as a function.. because you have print (..) you can use the strange syntax print +(..) or the ugly print "",(..) one

L*

There are no rules, there are no thumbs..
Reinvent the wheel, then learn The Wheel; may be one day you reinvent one of THE WHEELS.