in reply to Re^2: Convert time string to seconds
in thread Convert time string to seconds
It's just that when I add code to surpress a warning, "switch off the warning" feels more direct to me than "avoid the warnings".
Since it's not an error, but a warning, using undef as 0 is legitime, and I find avoiding the feature at all rather backwards. After all warnings should help me write better code, not force me to write different application logic.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Convert time string to seconds
by SuicideJunkie (Vicar) on Aug 16, 2010 at 14:17 UTC |