Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: comparing dates

by MrNobo1024 (Hermit)
on Oct 17, 2001 at 08:02 UTC ( [id://119324]=note: print w/replies, xml ) Need Help??


in reply to comparing dates

This is somewhat unrelated to your question, but I noticed this line:
open (DATABASE, "$filename" || &ErrorMessage);
This only gives an error message if $filename isn't true. What you probably meant was
open (DATABASE, "$filename") || &ErrorMessage;
which gives an error message when the file couldn't be opened.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://119324]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (6)
As of 2024-03-28 08:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found