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 + ) ... ";

DWIM is Perl's answer to Gödel

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

    Hello,

    Thanks a lot. I'm not familiar with those warning message.

    Almost gone crazy.

    Have a nice day.

    "There is only one good, namely knowledge, and only one evil, namely ignorance." Socrates