Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^12: Weird error log message

by ikegami (Patriarch)
on Jun 16, 2009 at 13:26 UTC ( [id://772010]=note: print w/replies, xml ) Need Help??


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

The advice given by ikegami was informing one but not relevant to solution.

Actually, it was spot on. I arrived to the conclusion that your Perl script wasn't being executed by perl, and that was indeed the case.

I even mentioned the shebang line at one point, and you assured me that "of course" you script was fine.

Replies are listed 'Best First'.
Re^13: Weird error log message
by Nik (Initiate) on Jun 16, 2009 at 19:01 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. 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.

      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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://772010]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (3)
As of 2024-04-19 18:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found