if (substr($filename, -length($ext)) eq $ext) { # do stuff } else { # do other stuff } [download]
In reply to RE: RE: variable comparison by mdillon in thread variable comparison by Anonymous Monk