in reply to simple array condition
if( defined @array[9..13] ) { for( @array[9..13] ) { my_sub( $_ ) if $_ ne ''; } }
~Particle ;Þ
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: simple array condition
by kappa (Chaplain) on Apr 04, 2002 at 14:31 UTC | |
by particle (Vicar) on Apr 13, 2002 at 14:53 UTC |