Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    BEGIN {
    ...
    
      $_ = 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa';
      print "Match\n<p>" if /a*a*a*a*a*a*a*a*a*a*a*a*a*a*a*[b]/;