"Sharat Hegde" <[EMAIL PROTECTED]> writes: > I need to delete an element from a list (array). The > delete function does not seem to work. [snip] > delete ($myList[$i]);
Check the documentation for 'delete' and 'splice'. You'll find that delete works on hashes, splice works on arrays. -- Michael R. Wolf All mammals learn by playing! [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]