From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

package URI::telnet;
require URI::_login;
@ISA = qw(URI::_login);
sub default_port { 23 }
1;