Ignore b, maybe try something like this:
use Errno; $! = 0; if (-e $file || $! == Errno::EOVERFLOW) { # exists } else { # doesn't }
In reply to Re^2: error : Value too large for defined data type while checking file existence in perl
by Anonymous Monk
in thread error : Value too large for defined data type while checking file existence in perl
by abhishekv
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |