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

Re^4: Problem retrieving data using WWW::Curl

by gizmo2 (Initiate)
on Jun 13, 2005 at 14:41 UTC ( [id://466182]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Problem retrieving data using WWW::Curl
in thread Problem retrieving data using WWW::Curl

hi
yes well i'm more a php guy :)
but this script is something icould not get to work in php

that's why i'm trying in perl, but very pourly at that :)

after adding your lines of code it came back with this error
Can't locate Posix.pm in @INC (@INC contains: /usr/lib/perl5/5.8.1/i686-linux /usr/lib/perl5/5.8.1 /usr/lib/perl5/site_perl/5.8.1/i686-linux /usr/lib/perl5/site_perl/5.8.1 /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl .) at geo_db.pl line 3. BEGIN failed--compilation aborted at geo_db.pl line 3.

is this a path problem?
  • Comment on Re^4: Problem retrieving data using WWW::Curl

Replies are listed 'Best First'.
Re^5: Problem retrieving data using WWW::Curl
by robartes (Priest) on Jun 13, 2005 at 14:47 UTC
    Can't locate Posix.pm in @INC
    is this a path problem?

    Erm, no... that's me forgetting the correct case. Try this instead:

    use POSIX;

    CU
    Robartes-

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (5)
As of 2024-04-25 19:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found