Re: Installing Net::SFTP

2017-03-20 Thread Peter Ezetta
Hi Uday, If you are using the package manager, you can run sudo yum install perl-Net-SFTP Regards, Peter On Mar 14, 2017, at 11:22 PM, Uday Vernekar mailto:vernekaru...@gmail.com>> wrote: Hello, Need some help on installing Net::SFTP perl module on RHEL. please guide. With Regards Uday V

Re: Mojolicious::Lite and Net::Stripe

2013-10-03 Thread Peter Ezetta
14 PM, Andy Bach mailto:afb...@gmail.com>> wrote: On Thu, Oct 3, 2013 at 2:29 PM, Peter Ezetta mailto:peter.eze...@zonarsystems.com>> wrote: Attribute (paid) does not pass the type constraint because: Validation failed for 'Maybe[Bool]' with value JSON::PP::Bool

Mojolicious::Lite and Net::Stripe

2013-10-03 Thread Peter Ezetta
Hello All, I am currently messing around with my first Mojolicious application, and am attempting to get a credit card to process with Stripe using the Net::Stripe module. It appears that one of the attributes is failing to pass it's constraint, however I am unsure if the problem lies with my

Re: checking for file existence

2013-09-25 Thread Peter Ezetta
Hi Renato, Welcome to Perl and to the list! I took a quick run through your code, and it's working fine for me. Are you calling it with "perl script.pl "? The behavior you describe almost sounds like you are not providing the argument when you call the script. Hope this was helpful! Peter O

RE: problem with File::Util::readlimit

2013-05-08 Thread Peter Ezetta
Hi Luca, I am hoping someone else can speak to this more than I can, but I messed around with your code and did a bit of reading on File::Util, and was able to get the code to execute properly as follows: #!/usr/bin/env perl use Modern::Perl 2011; use autodie; use File::Util; my $max_file_siz