Help for this page

Select Code to Download


  1. or download this
            open my $file => "<", $ipfile or die "Open: $!";
            my $found;
    ...
            }
            print "Guest not found\n" unless $found;
    
  2. or download this
            my $found;
            foreach (@ipfconts) {
    ...
            }
            print "Guest not found\n" unless $found;