Help for this page

Select Code to Download


  1. or download this
    sub get_regexp {
      if ($blah) 
    ...
      elsif ($blahblah) 
        $regexp = qr {};
    }
    
  2. or download this
    $REGEXP = get_regexp($ip);
    ($circuit_id) = $if_descr =~ $REGEXP;