


Icon Sub-Sets by Mamooth 14 comments

KDE 3.x Window Decorations by WhitePanther5000 19 comments

KDE Plasma Screenshots by r00tsh3ll 8 comments
use Net::POP3;
my $ServerName = $ARGV[0];
# If your username contains a @ character you
# must replace it with \@
my $UserName = $ARGV[1];
my $Password = $ARGV[2];
my $pop3 = Net::POP3->new($ServerName);
if (!$pop3) {
print "server unreachable";
}
my $Num_Messages = $pop3->login($UserName, $Password) + 0;
if ( $Num_Messages == 1 ){
print $Num_Messages ." new\n";
}
elsif ( $Num_Messages > 1 ){
print $Num_Messages ." new\n";
}
else{
print "0 new\n";
}
$pop3->quit();
I tried to fil my server and so on.. but.. i don't know how to do that without errors. anyone could tel me there i must fill mu pop server like mail.splius.lt ? - Feb 02 2005

Karamba & Superkaramba by NickG_double 7 comments

Various KDE 1.-4. Improvements by cjacker 45 comments

Karamba & Superkaramba by gladiac 168 comments