Help for this page
my $string = '123-4567'; $string =~ s/-//g; print $string;
my $i='123-4567'; my $j; ... } print reverse split //, $j;