Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^6: Using grep and glob to find directories containing file

by 7stud (Deacon)
on Feb 04, 2013 at 04:03 UTC ( [id://1016890]=note: print w/replies, xml ) Need Help??


in reply to Re^5: Using grep and glob to find directories containing file
in thread Using grep and glob to find directories containing file

That's not a list

Are you sure? "Learning Perl 6th ed", p. 46 says:

A list literal (the way you represent a list value within your program) is a list of comma- separated values enclosed in parentheses. These values form the elements of the list. For example:

(1, 2, 3) # list of three values 1, 2, and 3

This behaviour is documented (see the link I gave)

…which says:

Binary "," is the comma operator…

In list context, it's just the list argument separator, and inserts both its arguments into the list.

  • Comment on Re^6: Using grep and glob to find directories containing file

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (4)
As of 2024-04-23 06:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found