Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^5: mkdir in perldoc (STRING)

by tye (Sage)
on Jan 10, 2013 at 16:14 UTC ( [id://1012692]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
     $ perldoc perlfunc | egrep '^ {7}[a-z]+ STR'
           index STR,SUBSTR,POSITION
           index STR,SUBSTR
           rindex STR,SUBSTR,POSITION
           rindex STR,SUBSTR
    
  2. or download this
     $ perldoc perlfunc | egrep '^ {7}sort '
           sort SUBNAME LIST
           sort BLOCK LIST
           sort LIST
    
  3. or download this
           sort BLOCK LIST
           sort SUBNAME LIST
           sort $SCALAR LIST
           sort \&SUBNAME LIST
           sort LIST
    
  4. or download this
       sort SUBNAME LIST
       sort BLOCK LIST
    ...
    
           ...don't include more examples until later...
           (so the examples of just syntax stand out)
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (5)
As of 2024-04-18 13:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found