sorry my perl is rusty
two questions:
1. what is lmgtfy ?
2. i "cpanned" Geo::StreetAddress::US but now I don't know what to do. There is no example script. How do I read a file into this? Is there a tutorial or documentation on how to utilize CPAN library functions for beginners anywhere?
Thanks
| [reply] |
| [reply] |
OK i found the synopsis example , it makes more sense
apparently the data needs to be comma separated
i was hoping something more robust that would take any text file with clearly demarcated address, spaces, line returns, etc but not necessarily CSV, but also if its there, and rip out the address
however, i still dont know what "lmgtfy" is
this from synopsis of Geo::StreetAddress::US
use Geo::StreetAddress::US;
my $hashref = Geo::StreetAddress::US->parse_location(
"1005 Gravenstein Hwy N, Sebastopol CA 95472" );
my $hashref = Geo::StreetAddress::US->parse_location(
"Hollywood & Vine, Los Angeles, CA" );
my $hashref = Geo::StreetAddress::US->parse_address(
"1600 Pennsylvania Ave, Washington, DC" );
| [reply] |
however, i still dont know what "lmgtfy" is
You didn't click the link, did you? Click it ... I love that site.
Update: Damn ... missed my opportunity to lmgtfy lmgtfy! My snark needs sharpening!
| [reply] |