Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    my $replace = '$1';
    eval "\$string =~ s/a+(b+)a+/$replace/g";
    print $string;
    
  2. or download this
    bbbb