File: telnet.pm

package info (click to toggle)
liburi-perl 1.04-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 464 kB
  • ctags: 184
  • sloc: perl: 2,488; makefile: 53; sh: 17
file content (7 lines) | stat: -rw-r--r-- 95 bytes parent folder | download | duplicates (18)
1
2
3
4
5
6
7
package URI::telnet;
require URI::_login;
@ISA = qw(URI::_login);

sub default_port { 23 }

1;