in reply to Re: Checking Variable for Not Null
in thread Checking Variable for Not Null
Hi, what i mean by null in this case is i'm checking a date position in a file (for example position 140-148). If there is no date passed:
$ex_date=substr($_,140,8);$ex_date =~ s/\s+$//;
then i would want to skip to the next record.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Checking Variable for Not Null
by Athanasius (Archbishop) on May 27, 2015 at 15:17 UTC | |
by dirtdog (Monk) on May 27, 2015 at 15:22 UTC |