#!/usr/bin/perl -Tw use strict; use CGI qw/:param/; use Net::POP3; use utf8; my $serverName = 'pop.chello.nl'; my $pop3 = new Net::POP3 ($serverName); print "Hello\n";