my $text = "upload='true'"; $text =~ s/upload='true'/upload='false'/; print $text;