Da_Skipper has asked for the wisdom of the Perl Monks concerning the following question:
Fellow Monks,
I've searched and can't find how to refer to Geo::Coder from a cgi script.
Error message returned is:
Can't locate Geo/Coder/US.pm
cgi script is:
#!/usr/bin/perl -w use strict; use warnings; use CGI::Carp qw(fatalsToBrowser); use Cwd; use Geo::Coder::US;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Geo::Coder reference
by GrandFather (Saint) on Apr 16, 2012 at 04:56 UTC | |
|
Re: Geo::Coder reference
by Khen1950fx (Canon) on Apr 16, 2012 at 06:48 UTC | |
by Anonymous Monk on Apr 16, 2012 at 08:53 UTC | |
by Da_Skipper (Initiate) on Apr 22, 2012 at 21:46 UTC |