Ask a Question related to PERL Miscellaneous, Design and Development.
-
Gregory Toomey #1
Re: Test for file existence
"Brian Berneker" <brianberneker@hotmail.com> wrote in message
news:bf5e3v$v7j$1@news1.mountaincable.net...Good. What does it say on page 2 of "Learning to Program"?> File existence test is simple
>
> if (-e "filename") { whatever }
gtoomey
Gregory Toomey Guest
-
Testing for the existence of a file
Using Perl 5.6.1 on HP-UX. I need to test for the existence of a file every day. The filename changes each day because the filename contains a... -
Bitmaps are displaced when opening FH9 file-I need a test file
Would someone who has reported opening FH 9/10 files in FH MX containing bitmaps that were being displaced please send me a file that displays this... -
Best way to test for existence of a file
Hello, I was wondering what is the most bullet proof way to test for a file. I am concerned, that a program could hang when trying to test for... -
CGI: how to test existence of file to upload?
I'm using CGI.pm to write a CGI form. This form includes a filefield. How can I test if the file entered by the user actually exists? (I tried... -
Test for existence of a #temp table
Any wouldn't you just know it, I see the answer to my question already posted below. Thanks. "Larry Gibson" <hhom@pacbell.net> wrote in message... -
Jürgen Exner #2
Re: Test for file existence
Brian Berneker wrote:
Hmmm, sure, yes. Just like documented in perldoc -f -X.> File existence test is simple
>
> if (-e "filename") { whatever }
Is there anything special about it that surprises you or that you would like
to discuss?
jue
Jürgen Exner Guest



Reply With Quote

