Help for this page

Select Code to Download


  1. or download this
    sub read_the_config {
       my ($file) = @_;
    ...
       ...
       return \@lines;
    }
    
  2. or download this
    sub read_the_config {
       my ($file) = @_;
    ...
       ...
       return \@lines;
    }