Help for this page

Select Code to Download


  1. or download this
    use CGI::Carp qw(fatalsToBrowser set_message);
           
    ...
      set_message($error_handler);
    }
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    my $string = "Fileserver with Samba and Printserver with CUPS";
    print $string;
    exit;