Help for this page
my $ext = ""; if ($imagename =~ s/(\.jpe?g|\.gif|\.png)\z//i) { # updated ... } $imagename =~ s/\W/_/g; # updated $imagename = $imagename.$ext; # updated
-- Joost downtime n. The period during which a system is error-free and immune from user input.