|
|
| "be consistent" | |
| PerlMonks |
Re: How do I delete a row of an arrayby thens (Scribe) |
| on Oct 09, 2003 at 09:48 UTC ( [id://297912]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
How do I delete row $i from an array If you have read the perldoc you wouldnt call the elements of an array as 'row'. In perl there are no multi-dimensional array. Having said that, there are ways by which you can create a multi-dimensional array in perl. see perldoc perldata for a complete discussion about the data structures supported in perl. -T use perl; use strict;
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||