Re: How to check if a DateTime is invalid (again - but this time without using eval)?
[email protected] (Eric Brine) Wed, 5 Jul 2017 13:49:47 -0400
| Newsgroups | perl.datetime |
|---|---|
| Message-ID | <CALJW-qHh-_RMZkNg-r6FJzJ-HaWaU9WO_Wb4SvbWYG3Cy5kLKw@mail.gmail.com> |
On Wed, Jul 5, 2017 at 12:43 PM, Dave Rolsky <[email protected]> wrote: > On Wed, Jul 5, 2017 at 11:27 AM, Bill Moseley <[email protected]> wrote: > >> Haven't those issues with eval been addressed in more recent versions of >> Perl? Well, that's one issue, but there are others, for example $@ being >> set to a false value. >> > That's kinda hard to do by accident.