Greetings Shlomi,
I am happy to see you have wrote a lot of articles for perl beginners.
Thanks.
On Sat, May 17, 2014 at 6:03 PM, Shlomi Fish wrote:
> Hi Mike,
>
> On Fri, 16 May 2014 14:17:30 -0500
> Mike Dunaway wrote:
>
> > So I've written a Perl utility and packed it with Fatpacker that I
Hi Mike,
On Fri, 16 May 2014 14:17:30 -0500
Mike Dunaway wrote:
> So I've written a Perl utility and packed it with Fatpacker that I now
> want to distribute among the world. I've included an "install" script
> that the user should run:
>
> sudo ./Install.sh
>
> But the script just runs:
>
Hi Priyal,
On Fri, 16 May 2014 11:15:25 +
Priyal Jain wrote:
> Hello,
>
> I am getting following message when I run "cpan Net::Netconf"
>
> Checking if EOF on pty slave is correctly reported to master...
> (this fails on about 50% of the supported systems, so don't panic!
> Expect will wo
Package it using the tool like module-starter
it will make you install the package as the standard process --
./configure && make && make install
http://search.cpan.org/~xsawyerx/Module-Starter-1.62/lib/Module/Starter.pm
Regards.
On Sat, May 17, 2014 at 3:17 AM, Mike Dunaway wrote:
> So I'v