Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    
  2. or download this
    if($string =~ /# __START_CONFIG__/i) {
        $action=2;
    }
    
  3. or download this
    if($value =~ /#\s__START_CONFIG__/i) {
         $action = 2;
    }