Help for this page

Select Code to Download


  1. or download this
    while (<config>) {
        chomp;
        my ($key, $value) = /^(.{1,13})(.+)$/;
        $lookup{$key} = $value;
    }