my $str = "14/01/52"; $str =~ s/\//-/g; # replace / with - print "$str\n"; [download]
In reply to Re: Re: Re: Re: String Substitution Operator by Roger in thread String Substitution Operator by hehenoobhehe