in reply to Re^2: Why is my loop dropping alphabetic strings?
in thread Why is my loop dropping alphabetic strings?
The problem is Perl isn't assigning it to the variable. The if statements at the end are there to check and make sure the values were assigned to the variable. In the case of 'client01' it's failing while with a numeric value the variable is being defined. Is there better way of assigning the variable other than using the eval statement?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Why is my loop dropping alphabetic strings?
by aaron_baugher (Curate) on Jun 23, 2012 at 02:22 UTC |