in reply to Re: Bus Error
in thread Bus Error

All the actual code, that I wrote, is this:

my ($ora) = Geo::Coder::US->geocode("$office_address, $office_address +_city, $office_address_state, $search_zip_code" );

The actual modules that are being called are located here:

Geo::Coder::US -> http://search.cpan.org/src/SDERLE/Geo-Coder-US-1.00/ +US.pm Geo::StreetAddress::US -> http://search.cpan.org/src/SDERLE/Geo-Street +Address-US-0.99/US.pm DB_File -> http://search.cpan.org/src/PMQS/DB_File-1.816/DB_File.pm

I know, from research I've done on PERL, that Bus Errors don't happen in PERL and I think it might be attributed with the DB_File. I've gotten it to work on Mac OS X 10.4 and 10.5 as well as ActivePerl. I'm just not sure what's wrong with this.

Edit: g0n - code tags and formatting