Help for this page

Select Code to Download


  1. or download this
    my @array = (
      '{title}',
    ...
      '{Rule}{fixtext}{content}',
    
    );
    
  2. or download this
    foreach my $firstKey (sort keys %hashData) {
      foreach my $arrayKey (@array) {
    ...
      }
    
    }