Help for this page
#!/usr/bin/perl use Hosting::Server; use warnings; my $myserv = new Server;
package Hosting::Server; use strict; use Switch; ... return bless $self, $class; }