Help for this page

Select Code to Download


  1. or download this
    my $string = 'aa$aa';
    $string =~ s/\$/tmp/g;
    print "$string\n";
    
  2. or download this
    aatmpaa