Uso Ubuntu 10.04. Tengo el siguiente script Perl y deseo que funcione como un daemon:
Leí sobre crear un script bash que llame a mi script Perl y luego ponerlo en el rc.local,
nada de esto me ha funcionado, seguí está guía, pero nada. Muchas Gracias.
#!/usr/bin/perl -w
use warnings;
use strict;
use Net::POP3;
my $ServerName = "mi server mail";
my $UserName = "mi user ";
my $Password = "cfsRSgfg!";
# The program will ...