How would I go about going to a previous line? 

I would also like to do several regexp's against a scalar value...something
like this (hopefully you know a way for me to make this shorter!)

$next_music_file =~ s/[.]/ /;
$next_music_file =~ s/^[0]//;
$next_music_file =~ s/.flac//;
$next_music_file =~ s/[_]/ /g;

Thanks for any help.

shawn

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to