http://www.perlmonks.org?node_id=772108


in reply to Re^12: Weird error log message
in thread Weird error log message

I already knew at that point that the script wasn't executed at all because if ti did the carp module would produce a perl error. As for the shebang line i though you were refering to '#!/usr/bin/perl' which i did had correctly at my script in terms of existence and correct apth. I had no idea that before that is hould had a line '#!' before the shebang line, which io just tried and didn't work for me.

Replies are listed 'Best First'.
Re^14: Weird error log message
by ikegami (Patriarch) on Jun 16, 2009 at 19:05 UTC

    I already knew at that point that the script wasn't executed at all because if ti did the carp module would produce a perl error.

    Why didn't you let us know you had determined that? That also means you knew you were asking questions that have nothing to do with Perl.

    As for the shebang line i though you were refering to '#!/usr/bin/perl'

    I was.

    I had no idea that before that is hould had a line '#!' before the shebang line,

    That makes no sense. It's not a shebang line if there's anything before it.