Help for this page

Select Code to Download


  1. or download this
    Name "main::counts" used only once: possible typo at ./re-code.pl line
    + 20.
    0: 12; @counts = (0)
    1: 34; @counts = (0)
    2: 56; @counts = (0)
    @main::counts = (6)
    
  2. or download this
    {
      my $num = 0;
      $main::num = 5; # this instead of the regex
    ...
    
    # or under use strict
    print $main::num; # prints 5 as well