Help for this page

Select Code to Download


  1. or download this
    if ( index($lineinfile, $currGB) == -1 ) {
        print "Debugging: continuing the loop\n";
    ...
    }
    
    # Do your matching workload here.
    
  2. or download this
    next unless ( index($lineinfile, $currGB) != -1 );