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

Re: Critique of some perl code.

by jdporter (Paladin)
on Apr 18, 2022 at 16:30 UTC ( [id://11143053]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    unshift @ARGV, (sub{ my $fn = shift; open my $fh, '<', $fn or return()
    +; grep !/^#/, map split(), grep !/^#/, <$fh>; })->($conf);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (6)
As of 2024-04-26 08:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found