Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: DBD::Sybase error

by BaldManTom (Friar)
on Apr 29, 2015 at 22:36 UTC ( [id://1125177]=note: print w/replies, xml ) Need Help??


in reply to DBD::Sybase error

Hi sebastiaopburnay

In addition to the above suggestions, you'll want to make sure that you're running with the same interpreter that your DBD::Sybase module is installed to. From a command prompt, type which perl and then compare it to what's on the first line of your script. If they don't match, you've got a problem. You could solve it by a) updating that first line to match the location that which perl spits out, b) change that first line to #! /usr/bin/env perl or c) invoke your script by using perl <script> [options].

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (2)
As of 2024-04-26 01:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found