Help for this page

Select Code to Download


  1. or download this
          1 #!/usr/bin/perl
          2 
    ...
          6 $string =~ s/test\("test/test\("GC_test/;
          7 
          8 print $string."\n";