Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Broken Function

by carlriz (Beadle)
on Apr 04, 2014 at 13:08 UTC ( [id://1081124]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub find_files {
        my $file_name = shift;
    ...
        close($FILE_H);
    }
    
  2. or download this
    
    my @file_name_array = (
    ...
    "/etc/sysconfig/network-scripts/ifcfg-eth4",
    "/etc/udev/rules.d/70-persistent-net.rules"
    );
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1081124]
Approved by Happy-the-monk
Front-paged by Arunbear
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2024-04-24 05:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found