in reply to IO::Socket::INET grief
($host eq "stream.foo.com" && $stream_port eq "554") || die "Typo?"; [download]
#!/usr/bin/perl -w use strict; [download]