Help for this page

Select Code to Download


  1. or download this
    foreach my $line ( @file ) {
      if ($line=m/^\s*$subname\s*:\s*(\S*)/i) { 
         do something, we found it 
      }
    }
    
  2. or download this
    submane1: address1
     subname2   :   address2
    ...