in reply to Unable to split this line of code (printf warning)
Just remove the (). The warning says it all: printf looks like a function because of the () around the argument list.
printf "\n\n %-70s" , "Creating printable report $ARGV[0].html ( new + ) ... ";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Unable to split this line of code (printf warning)
by lepetitalbert (Abbot) on Nov 24, 2005 at 22:32 UTC |