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-