http://qs321.pair.com?node_id=432084


in reply to Re: Here document construct problem
in thread Here document construct problem

Artist,

I removed the trailing spaces, and I am still getting the warning. I will update my scratchpad with the new code.

hok_si_la

Replies are listed 'Best First'.
Re^3: Here document construct problem
by Animator (Hermit) on Feb 17, 2005 at 20:55 UTC

    Can you run this code (via the shell/Command Prompt/Run)

    perl -nle "print qq(Check line: $.), if (m/print <<ENDOFHTML;\s+$/ or (m/^(\s*)ENDOFHTML(\s*)$/ and ($1 or $2)))" filename