Help for this page

Select Code to Download


  1. or download this
    Faulting application name: perl.exe, version: 5.24.0.1, time stamp: 0x
    +57323a0d
    Faulting module name: perl524.dll, version: 0.0.0.0, time stamp: 0x573
    +239d2
    ...
    Report Id: 8e19886c-5bf8-4d4f-aef1-84a7b8e365aa
    Faulting package full name: 
    Faulting package-relative application ID:
    
  2. or download this
     if ( ( $g = $Grouping[$i][GEXTGRP] ) != $l ) {
      print "Calling BreakUpGroupingByGroup.\n";
      return BreakUpGroupingByGroup( __LINE__, $match );
     }
    
  3. or download this
    sub BreakUpGroupingByGroup {
      my ( $lineno, $match ) = (@_);
      print "In BreakUpGroupingByGroup( $lineno, \$match=$match).\n";
    .......