in reply to FileName Change
Is this the actual code that you're trying to use? Because there seem to be a few problems with it.
Other than that, you're not defining any of your variables (with "my") which implies that you don't have "use strict" in your program. Programming something like this without "use strict" or "use warnings" is just silly. Why write code without all the help you can get from the compiler?
"The first rule of Perl club is you do not talk about
Perl club."
-- Chip Salzenberg
|
|---|