Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

How To Call An Anonymous Subroutine?

by Plankton (Vicar)
on Apr 25, 2012 at 17:54 UTC ( [id://967129]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
       my $resolvers           = join "\n", @{$new_resolvers{$dns_server}}
    +;
       print "$resolvers\n\n";
    }
    
  2. or download this
    
    getting new resolvers for dns server dns-extern
    ...
    127.0.0.1       dns-apple
    127.0.0.2       dns-banana
    127.0.0.3       dns-shoe
    

Log In?
Username:
Password:

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

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

    No recent polls found