Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Using grep and glob to find directories containing file

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


in reply to Using grep and glob to find directories containing file

With "goatse" it's a list _assignment_ = which in scalar context returns the number of list elements assigned.

I'll have to accept that on faith. Edit: Well, I guess I don't have to take it on faith:

se strict; use warnings; use 5.012; my $x = () = ('a', 'b', 'c'); #scalar context on left, a list assignment on right #Full goatse syntax: my $x =()= ('a', 'b', 'c'); say $x; --output:-- 3

PS: you replied to yourself twice.

In my opinion, the indenting is a terrible feature. All posts in a thread should be at the same level of indenting--none. If you want to respond to a particular post, you should quote it.

Log In?
Username:
Password:

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

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

    No recent polls found