Ashraf Bashir
- About: Perling, Perling .... and Perling!
Recent Actions
-
Posted Which modules are currently loaded by process? to Ashraf Bashir
Have you ever wondered which modules are currently loaded by current process? With Perl it's very simple to know this piece of info. Perl saves loaded modules in a hash %INC.
Lets…
-
Posted Getting IP address with Perl to Ashraf Bashir
A common situation which you will usually come across, is to retrieve the IP.
Using WWW::curlmyip, this task is very easy.
use WWW::curlmyip; my $ip = get_ip();
Lets inspect the module on ="https://metacpan.…
Comment Threads
No responses to comments.
Responses to Comments from Ashraf BashirAbout blogs.perl.org
blogs.perl.org is a common blogging platform for the Perl community. Written in Perl with a graphic design donated by Six Apart, Ltd.