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

Thank you NetWallah. That explains the problem.

Replies are listed 'Best First'.
Re^3: perl behavior with print command
by Discipulus (Canon) on Feb 18, 2016 at 08:11 UTC
    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.