if ($img =~ m#.*/(.*)#) { $name = $1; } else { # didn't match! }