Help for this page

Select Code to Download


  1. or download this
    if (/\Q$hashnew{$com}\E/) {
    # ...
    
  2. or download this
    if (index($_, $hashnew{$com}) + 1) {
    # ...