>>>>> "Shaunn" == Shaunn Johnson <Johnson> writes:

    Shaunn> But nothing is happening (that I can see).  What am I doing
    Shaunn> wrong?

This is a FAQ.  

Your code seems fine in as far as it goes - it iterates through files,
and modifies $_ with a regular expression occasionally.  Here's the
problem, though:

  Changes to $_ inside an FD are _not_ reflected back to a file.

You can read 'perldoc -q "How do I change one line in a file"' for
the suggested ways of doing modifications like this.

Hope this helps,

- Chris.
-- 
Chris Ball | [EMAIL PROTECTED] | +44 207 677 2305


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to