in reply to Re: Re: Re: Re: Re: Adding and Deleting Upload File name and File
in thread Adding and Deleting Upload File name and File
This would place the @song_files elements as keys and the elements of @song_titles would be linked to these keys, correct? What confuses me is how it looks. It seems like it should be coded like this - since I want to make a hash@songs{@song_titles} = @song_files;
moving to the deletion code that you entered above. I have been storing the song titles in a file. So if I delete one I could then print out all of the remaining values in the hash and overwrite the file correct? thanks...%songs{@song_titles} = @song_files;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Re: Re: Re: Adding and Deleting Upload File name and File
by larryk (Friar) on Dec 07, 2001 at 15:43 UTC |