If you mean 'infinity', then you can use the string 'Inf' instead. (or 'inf', or 'INF' - Perl recognizes all of these as 'infinity'.)if ( ... >= 9**9**9) {
Please note: I advise against using this to improve the original code. Please use the suggested module instead.if ( ... >= "Inf") {
In reply to Re: Detecting stale pid file under *nix
by Monk::Thomas
in thread Detecting stale pid file under *nix
by Dallaylaen
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |