Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

How would you go about it?

by pcassell (Sexton)
on Jul 25, 2004 at 23:53 UTC ( [id://377321]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    find [base directory] -type [f|d] -exec chmod [perm] {} \;
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
        print "-d, --dirmode\t octal mode to change directories to\n";
        exit(0);
    }
    
  3. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
        print "-d, --dirmode\t octal mode to change directories to\n";
        exit(1);
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found