Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: A simple backticks question

by kennethk (Abbot)
on Mar 17, 2014 at 16:33 UTC ( [id://1078623]=note: print w/replies, xml ) Need Help??


in reply to A simple backticks question

The high order concept here is Context. The two major contexts are list and scalar. For example, calling an array in list context returns a list of the values in the array; calling an array in scalar context returns the length of the array.

The parentheses following foreach are an indicator that you are calling your arguments in list context. From `STRING`:

In list context, returns a list of lines (however you've defined lines with $/ or $INPUT_RECORD_SEPARATOR), or an empty list if the command failed.

#11929 First ask yourself `How would I do this without a computer?' Then have the computer do it the same way.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (3)
As of 2024-04-20 08:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found