Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: gethostbyname: What does $aliases look like?

by tomfahle (Priest)
on Sep 14, 2009 at 07:32 UTC ( [id://795072]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    print "$aliases\n";
    $dumper->dumpValue(\$aliases);
    
  2. or download this
    127.0.0.1    localhost    tf-laptop    my-laptop
    
  3. or download this
    $ perl gethostbyname.pl localhost
    tf-laptop my-laptop
    -> 'tf-laptop my-laptop'
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://795072]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (3)
As of 2024-04-25 19:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found