Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: PerlSvc Blues...

by fmogavero (Monk)
on Jul 16, 2001 at 23:33 UTC ( [id://97150]=note: print w/replies, xml ) Need Help??


in reply to PerlSvc Blues...

I'm right there with you bitwise. Please check out this before going any further.

I had a similar problem. I was using PerlApp. The problem that I ran into in my code was actually something that wasn't very clear to me after rtfm'ing. In the code I have DBI::ODBC as a string. In the documentation they say that if you use a scalar like use $varrepresentinglib or require $varrepresentinglib it will not compile because PerlApp does not parse use statements. It also does not parse modules you are using when you call another module via a scalar.

Since DBI::ODBC was contained in a scalar value, PerlApp never picked up it needed DBD::ODBC.

The solution to my problem was to add -a DBD::ODBC at compile time. As far as NT Services go, I learned in my NT Admin assignments that services are fickle beasties.

Can you use the AT command to schedule an EXE to run instead of a service? Does it need to be a service?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (9)
As of 2024-03-28 10:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found