Help for this page

Select Code to Download


  1. or download this
    my $string = '123-4567';
    $string =~ s/-//g;
    print $string;
    
  2. or download this
    my $i='123-4567';
    my $j;
    ...
    }
    print reverse split //, $j;