|
|
| No such thing as a small change | |
| PerlMonks |
Re: capture output of perl -c scriptnameby Anonymous Monk |
| on Jun 29, 2012 at 10:26 UTC ( #979091=note: print w/ replies, xml ) | Need Help?? |
|
Why is the output always going to stdout? Because it must not be going to STDOUT ( backticks capture STDOUT ), it must be going to STDERR (backticks don't capture STDERR ) Observe (I'm also on windows )
You want to use glob "C:/*.sys" glob "C:/*WINDOW*/*.ini" or File::Find::Rule, Re^2: code for serching .txt file through directories and sub directories, Re: list of files in subdirectories or use Test::Compile - Check whether Perl module files compile correctly What is is that you're really trying to do?
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||