Hi monks
Im a novice.
can i delete an element from array just by mentioning the element value.
For example,
@a=('a','b','c','a','b');
in the above array can i delete the first 'a' present in that array. the resultant array should be
@a=('b','c','a','b');
how can i do this?
Thanks in advance.
In reply to Array element deletion by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |