Help for this page

Select Code to Download


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