Can if...then statements include strings? Ie
if($game eq "ff1") { $title="Final Fantasy I Midis"; $image="http://www.3dstream.net/jukebox2/images/title_ff1.jpg"; }
nm im a moron, eq if for perl, I just needed to change it to = instead 🙂
Yes replace eq by == not =
Whoops.. thats why it was not working.. thanks!