dear Prasad,
you can buy a book or find e-book about perl. You might want to start
with simple scripts.
There is a site that you can download packages, http://www.cpan.org.
I hope it helps.
On 9/16/2010 6:24 AM, prasad.prabhak...@aps.com wrote:
Hi, please can anyone suggest me a way how t
Hi all
I moved all the content of
http://sites.google.com/site/oleberperlrecipes/ to a more more
appealing address http://perl5notebook.oleber.com and I added some
more recipes in there.
Best Regards
Marcos Rebelo
--
Marcos Rebelo
http://oleber.freehostia.com
Milan Perl Mongers leader http://mi
On 10-09-15 07:24 PM, prasad.prabhak...@aps.com wrote:
Email Firewall made the following annotations
-
--- NOTICE ---
Please remove all such notices in your email. They are not legally
binding in any country that receives th
Hi, please can anyone suggest me a way how to get into this loop, I am really
interested in programming and I don't know which way to go and start. I think
someone can help me since I am new to Perl programming.
Thanks,
Prasad Prabhakara
Infrastructure Applications
Cell:480-889-4171
Phone:81-538
Hi Mimi,
Determining a city from an IP address is documented on the
Geo::IP2Location CPAN page:
> use Geo::IP2Location;
> my $obj =
> Geo::IP2Location->open("IP-COUNTRY-REGION-CITY-LATITUDE-LONGITUDE-ZIPCODE-ISP-DOMAIN.BIN");
> my $city = $obj->get_city("20.11.187.239");
http://search.cpan.org/
Hi
I need to automatically determine web users' location and provide them with
targeting products. I am aware I can capture their IP address and do DNS
lookup of some kind, but how do I find their country and city from the DNS
information.
Recently I noticed that some of the web sites I visit aut