>From within the CPAN shell (i.e. issue the cpan command from the commandline)
>issue the two commands listed below:
install CPAN
Once that's done
reload CPAN
The rest should happen automagically for you.
Thanks,
Peter H. Ezetta
On Tue, May 14, 2013 at 03:05:59PM -0700, Sherman Willden wrot
I received the below message. Now what? I am not familiar with install.
Thank you;
Sherman
Fetching with HTTP::Tiny:
http://httpupdate35.cpanel.net/CPAN/modules/02packages.details.txt.gz
Reading '/home/sherman/.cpan/sources/modules/02packages.details.txt.gz'
Database was generated on Tue, 14 M
Hi xiaolan,
On Tue, 14 May 2013 18:51:51 +0800
xiaolan wrote:
> Thanks all the answers.
> Shlomi long time no see :)
Yes. :-) I am available on IM:
http://www.shlomifish.org/me/contact-me/
>
> Have another question that, what's the difference between the system call
> child process and the
Thanks all the answers.
Shlomi long time no see :)
Have another question that, what's the difference between the system call
child process and the native forked child process?
Does the child process of system call have the problems of receiving
signals from the parent?
On Tue, May 14, 2013 a
Hi Brian,
thanks for replying well to xiaolan’s question.
Regards,
Shlomi Fish
--
-
Shlomi Fish http://www.shlomifish.org/
My Public Domain Photos - http://www.flickr.com/photos/shlomif/
95% of Programmers consider
On Tue, May 14, 2013 at 12:35 AM, xiaolan wrote:
> Hello,
>
> what's the disadvantage when calling a system command from Perl?
> i.e, system call to "rsync" rather than using the File::Rsync module.
> is it hard to control the signals between the caller process and the
> called system command?
>