|
|
| There's more than one way to do things | |
| PerlMonks |
Re: Open Files in Unixby ikegami (Pope) |
| on Oct 08, 2008 at 01:27 UTC ( #715885=note: print w/ replies, xml ) | Need Help?? |
|
( The OP is no longer what it was when I replied. The code snippet was changed, and a second code snippet was added. ) There are no syntax errors.
But that doesn't mean it does what you want it to do. @logging='find . -name cynlogging.properties';
And you need to remove the newlines returned by find by adding
Finally, you never write your changes to the file. Update: Missed one. Your inner loop modifies $prop repeatedly, but the loop variable is the default $_.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||