in reply to RE: variable comparison
in thread variable comparison
if (substr($filename, -length($ext)) eq $ext) { # do stuff } else { # do other stuff }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: RE: RE: variable comparison
by Simplicus (Monk) on May 25, 2000 at 20:19 UTC | |
by mdillon (Priest) on May 25, 2000 at 20:28 UTC |