Help for this page

Select Code to Download


  1. or download this
    s# ([(][^)]*[)]) # my $x=$1; $x =~ s/,/;/g ; $x #xeg
    
  2. or download this
    s{ 
      \( 
    ...
      $x =~ tr/,/;/; 
      $x;
    }gsex;