- or download this
@lsList == ("Hello","World","BANG!","2","!")
$sItem == 5
$nItem == 5
- or download this
#!/usr/bin/perl
use strict;
use warnings;
...
print "@lsList\n";
}
ListInsert(\@hello, "!", 2);
- or download this
#!/usr/bin/perl
use strict;
use warnings;
...
print "@lsList\n";
}
ListInsert(\@hello, "!", 2);