http://www.perlmonks.org?node_id=74081


in reply to Re: (zdog) Re: removing x from a list
in thread removing x from a list

You have to change the $#array in the for (0 .. $#array) to for (0 .. $#songs).

Zenon Zabinski | zdog | zdog7@hotmail.com

Replies are listed 'Best First'.
Re: (zdog) Re: (3) removing x from a list
by ashaman (Sexton) on Apr 20, 2001 at 08:48 UTC
    lol. my bad, i didn't notice that.
Re: (zdog) Re: (3) removing x from a list
by ashaman (Sexton) on Apr 20, 2001 at 08:50 UTC
    lol, my bad, i didn't notice that. it still doesn't work, but thanks for pointing that out