Help for this page

Select Code to Download


  1. or download this
    LINE:
    while ( my $line = <config> ) {
    ...
           if $line =~ m{\a\s*\#}xms;
       # process line
    }