in reply to Unable to split this line of code (printf warning)
Your statement works fine if you ensure there's no space between the function name and the opening parenthesis. i.e: "printf(" works but "printf (" fails.
I'd say this is a shortcoming in the perl interpreter. You were using valid syntax all along.. it's just that it seems perl doesn't like the whitespace in this situation..
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Unable to split this line of code (printf warning)
by chromatic (Archbishop) on Nov 25, 2005 at 01:45 UTC |