return0 has asked for the wisdom of the Perl Monks concerning the following question:
Does Perl make something similar when I just do:my @files = `ls -l`
and make an array that's simply not visible? Or is that too abstract? I was just wondering about it all as I usually do. I hope all is well and thank you in advance! :) ~return0foreach(`ls -l`){ ... }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: A simple backticks question
by BrowserUk (Patriarch) on Mar 17, 2014 at 16:27 UTC | |
|
Re: A simple backticks question
by kennethk (Abbot) on Mar 17, 2014 at 16:33 UTC | |
|
Re: A simple backticks question
by no_slogan (Deacon) on Mar 17, 2014 at 16:18 UTC | |
by LanX (Saint) on Mar 17, 2014 at 16:32 UTC | |
by no_slogan (Deacon) on Mar 17, 2014 at 16:36 UTC | |
by LanX (Saint) on Mar 17, 2014 at 16:49 UTC | |
|
Re: A simple backticks question
by return0 (Acolyte) on Mar 17, 2014 at 19:17 UTC |