Help for this page

Select Code to Download


  1. or download this
    while ($input->getline()) {
        print if m/^\w+-owner:/;
        # print $_, "\n" if m/^\w+-owner:/;
    }