Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^3: mkdir in perldoc (prototypes)

by tye (Sage)
on Jan 09, 2013 at 23:40 UTC ( [id://1012582]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        chmod LIST
    
  2. or download this
        chmod MODE, LIST
    
  3. or download this
     $ say "prototype('CORE::chmod')"
    @
    
  4. or download this
     $ perl -e'mkdir("$ENV{HOME}/.bashrc") or die $!,$/'
    File exists
    
  5. or download this
     $ perldoc perlfunc | grep FILENAME | egrep '^ *[a-z]+ [A-Z]'
           chroot FILENAME
    ...
    _;$
    _
    *$$;$
    
  6. or download this
     $ perldoc perlfunc | grep DIRNAME
     $ perldoc perlfunc | grep FILENAME | wc -l
    16
    
  7. or download this
     $ perldoc -f opendir | head -1
           opendir DIRHANDLE,EXPR
    
  8. or download this
     $ perldoc perlfunc | egrep '^ {7}readlink [A-Z]'
           readlink EXPR
    ...
           do BLOCK
           do SUBROUTINE(LIST)
           do EXPR Uses the value of EXPR as a filename and executes the c
    +ontents
    
  9. or download this
     $ perl -we "do findModule(); sub findModule{'nonesuch.pl'}"
    Use of "do" to call subroutines is deprecated at -e line 1.
    
  10. or download this
     $ perldoc perlfunc | egrep '^ {7}truncate [A-Z]'
           truncate FILEHANDLE,LENGTH
    ...
           stat FILEHANDLE
           stat EXPR
           stat DIRHANDLE
    
  11. or download this
           stat FILEHANDLE
           stat FILENAME
           stat DIRHANDLE
    
  12. or download this
     $ perldoc perlfunc | egrep '^ {7}dbmopen [A-Z]'
           dbmopen HASH,DBNAME,MASK
    
  13. or download this
     $ perldoc perlfunc | egrep '^ {7}link '
           link OLDFILE,NEWFILE
     $ perldoc perlfunc | egrep '^ {7}rename '
           rename OLDNAME,NEWNAME
    
  14. or download this
        link OLDFILENAME,NEWFILENAME
        rename OLDFILENAME,NEWFILENAME
    
  15. or download this
        link OLDNAME,NEWLINKNAME
    
  16. or download this
        link DESTNAME,NEWNAME
    
  17. or download this
           -X FILEHANDLE
           -X PATHNAME
    ...
    
           truncate FILEHANDLE,LENGTH
           truncate FILENAME,LENGTH
    
  18. or download this
           chmod LIST
    
    ...
    
           sysopen FILEHANDLE,FILENAME,MODE
           sysopen FILEHANDLE,FILENAME,MODE,PERMS
    

Log In?
Username:
Password:

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

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

    No recent polls found