Help for this page

Select Code to Download


  1. or download this
    # To point out possible problems
    use strict;
    ...
        print "$_\n" foreach grep /^\Q$host\E$/, @ip;
    }
    close $ip_host;