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:
cp eztar /usr/local/bin/eztar
What's the more appropriate or common/best practice
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 work anyway!)
TIMEOUT
Sorry, you may not notice if the spawned process closes the pt
Hi Priyal,
please reply to all recipients / to the list.
On Fri, 16 May 2014 08:41:02 +
Priyal Jain wrote:
> Hello,
>
> I am uploading my module Net::Netconf
> http://search.cpan.org/search?mode=all&query=net%3A%3Anetconf in CPAN, but
> its giving error of dependency not found for Bundle::
Thanks for all the suggestions and replies guys.
After further investigation, it seems the bug is rather in the shell
program itself. Even if reading the values from a text file instead
of STDIN, it still refuses to parse anything beyond a # character.
I've altered my code to use Authen::Radius
You can take a look at the IPC::Cmd module that should remove some pain
when dealing with system commands through Perl.
https://metacpan.org/pod/IPC::Cmd
On Thu, May 15, 2014 at 3:10 PM, Chris Knipe wrote:
> Hi All,
>
> I'm having a bit of a strange issue executing a system command through
>
Hello,
I am uploading my module Net::Netconf
http://search.cpan.org/search?mode=all&query=net%3A%3Anetconf in CPAN, but its
giving error of dependency not found for Bundle::Expect. I am mentioning all my
dependency in Makefile.Pl
"use ExtUtils::MakeMaker;
our $VERSION ='0.01';
use 5.006;
Write