=head1 TITLE

Builtin function to insert an element in the middle of the array (including
multidimensional)

=head1 VERSION

  Maintainer: Suresh Kumar .R <[EMAIL PROTECTED]>
  Date: 2000-08-26
  Version: 1
  Mailing List: [EMAIL PROTECTED]
  Number: ?

=head1 ABSTRACT

A builtin function should be written so that the elements can be
inserted in the middle or at any place of the array.

=head1 DESCRIPTION

At present we can insert or delete an element from the top or
bottom of an array. It is not possible to insert an element
in the middle of the array. This should be made possible, for
a single dimensional array it is easy, but for multidimensional
array it becomes difficult.
This will save a writing a huge code from the user side.

=head1 IMPLEMENTATION

push("element name","r","c"), the push function should take
arguments, where r and c are the row and the column value.
The same should be implemented for pop also.

____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1

Reply via email to