in reply to
Re: File protection in a called script
in thread
File protection in a called script
I do use strict and -w, it produces no warnings regarding the file opening/writing.
Comment on
Re: Re: File protection in a called script
Replies are listed 'Best First'.
Re: Re: Re: File protection in a called script
by
Thelonius
(Priest)
on Nov 15, 2002 at 19:26 UTC
Then you should copy and paste your actual code instead of the above, which has an obvious bug: you are opening $current instead of $file.
[reply]
In Section
Seekers of Perl Wisdom