Help for this page

Select Code to Download


  1. or download this
    # First, just grab the list
    if (my ($list) = $line =~ /\((\d+(?:,\d+)*)\)/) {
    ...
        }
        do_something_with(%hash);
    }
    
  2. or download this
    do_something_with(\%hash);