Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    }
    
    print $string;
    
  2. or download this
    print $string = substr($1,0,length($1)-1) . "X" . $2 if $string =~ m{^
    +(aabb)(.*)$};