in reply to Re: string matchingin thread string matching
if ( $str !~ m[/$] ) { # do something } [download]