Re: Fw: Please exempt the book Modern Perl from Web Commercials on http://perl-begin.org/

2013-06-26 Thread Frank Vino
Dear All, Could you please recommend good beginners book to start, and also looking for videos. Thanks, Vino On Wed, Jun 26, 2013 at 4:30 PM, Rob Dixon wrote: > On 26/06/2013 10:18, Franklin Lawerence wrote: > >> >> Hi, >> >> Could you please let me know how to reverse a string without u

Re: Please exempt the book Modern Perl from Web Commercials on http://perl-begin.org/

2013-06-26 Thread Frank Vino
Thanks a lot Shlomi.. :) Regards, Vino On Wed, Jun 26, 2013 at 4:55 PM, Shlomi Fish wrote: > Hi Vino, > > On Wed, 26 Jun 2013 16:43:38 +0530 > Frank Vino wrote: > > > Dear All, > > > > Could you please recommend good beginners book to start, and also >

Re: Getting Started.

2013-06-26 Thread Frank Vino
ent is Curtis "Ovid" Poe's >> "Beginning Perl". >> >> chrs, >> john. >> >> >> On Wed, Jun 26, 2013 at 4:02 AM, Frank Vino wrote: >> > Dear all, >> > >> > Please recommend good books for beginners. &g

Hello

2013-07-11 Thread Frank Vino
Could you please let me know the perl script how to find DNS IP address of system.? Thanks, -Vino

Need to login/logout for Domain Users

2013-08-13 Thread Frank Vino
Hi All, Here is my requirement could you please help on this. I have Domain Controller for 100 users, and i have client PC (windows 7), i would like to login with multiple users for every 5 minutes in a same client PC. Thanks, Vino

Kind Help

2013-10-03 Thread Frank Vino
Hi All, Here is my request, I would like to hit my firewall with IP address and Domain users for 100 Users. I have firewall and active directory(100 Users) but i do not have 100 Client PC's. I am planning to do a SSH/Remote session to hit the firewall with IP address and Doamin Users. I would au

Re: Kind Help

2013-10-04 Thread Frank Vino
Thanks for your help. -Vino. On Fri, Oct 4, 2013 at 10:14 AM, Shlomi Fish wrote: > Hi Vino, > > On Fri, 4 Oct 2013 09:12:20 +0530 > Frank Vino wrote: > > > Hi All, > > > > > > Here is my request, > > > > I would like to hit my firewall wi

Planning to buy Hard Copy Book

2014-06-11 Thread Frank Vino
Hi Team, Could you please let me know which publisher and author name are good in Perl Book, I am planning to buy a hard copy. Thanks, Vino

Re: Planning to buy Hard Copy Book

2014-06-11 Thread Frank Vino
want to get serious, get a copy of the larger "Programming > Perl" as well. > > --Sam > > > On 06/11/2014 05:23 AM, Frank Vino wrote: > >> Hi Team, >> >>Could you please let me know which publisher and author name are good >> in Per

Unable to call SSH module.

2015-03-12 Thread Frank Vino
Hi, Here is my code. In Cpan i have installed ssh in linux and windows still i am getting the error, Can anybody provide for opening a ssh by using perl? #!/usr/bin/perl use Net::SSH::Perl; my $ssh = Net::SSH::Perl->new('10.10.10.10'); $ssh->login(admin, password); my($stdout, $stderr, $exi

Re: Unable to call SSH module.

2015-03-12 Thread Frank Vino
Thank you so much let me try On Thu, Mar 12, 2015 at 10:23 PM, Zach Tuttle wrote: > You need to install the ssh module on windows > > Sent from my iPhone > > On Mar 12, 2015, at 9:25 AM, Frank Vino wrote: > > Hi, > > Here is my code. In Cpan i have installed ssh

Which Is Good?

2015-03-12 Thread Frank Vino
Activeperl or Strawberry Perl. = Which is good to use? -Frank

Regular Expression Help.

2015-03-24 Thread Frank Vino
Hi Team, How to understand Regular Expression in a easy way? Thanks, Frank

Re: Regular Expression Help.

2015-03-25 Thread Frank Vino
ake a look at chromatic's Modern Perl, which is > available for free [2]. > > Regards, Simon > > Am 25.03.2015 um 06:01 schrieb Frank Vino: > > Hi Team, > > > > How to understand Regular Expression in a easy way? > > > > Thanks, > > Frank > >

Module Not Getting Installed

2015-03-27 Thread Frank Vino
Hi Team, When i trying to install FWConfig.pm from cpan it is saying that unable to locate. Could you please let me know how to download this module? -Franklin

Re: Module Not Getting Installed

2015-03-27 Thread Frank Vino
Sorry Shlomi it is our own module, i am still working on this. once it is update i will get the details. -Franky On Fri, Mar 27, 2015 at 3:58 PM, Shlomi Fish wrote: > Hi Franklin, > > On Fri, 27 Mar 2015 14:00:05 +0530 > Frank Vino wrote: > > > Hi Team, > > >

Doubt

2015-03-29 Thread Frank Vino
When i try to install Alias.pm file from environment i was getting an error message as cannot locate alimas.pm file, then i checked in cpan it was showing, In case how to fix this and update the Alias.pm file. Frank

Re: Storing Output file.

2016-01-28 Thread Frank Vino
Thank a lot brothersi will try all the things and update you.. -Frank On Thu, Jan 28, 2016 at 11:27 PM, Jonathan Harris via beginners < beginners@perl.org> wrote: > Hi, > I found that this works, assuming that the module is installed. > > #!/usr/bin/perl > use warnings; > use strict; > use F

Re: Storing Output file.

2016-01-29 Thread Frank Vino
com/how-to-change-inc-to-find-perl-modules-in-non-standard-locations > > Good luck! > Jon > > > On Fri, Jan 29, 2016 at 4:08 AM, Frank Vino wrote: > >> Hi Jonathan, >> >> I am using Windows OS i tried but i got some error message i am attaching >> the

Re: Storing Output file.

2016-02-02 Thread Frank Vino
t; >> > >> > >> > >> > >> > >> WARNING TO ALL VETERANS: > >> > >> > https://www.oathkeepers.org/us-senate-passes-bill-approving-mandatory-vaccinations-for-veterans/ > >> > >> > >> > >> > >> O

Re: Storing Output file.

2016-02-02 Thread Frank Vino
sed to remain and continue learning this fabulous > language, hopefully with the view to gaining sufficient knowledge so as to > help others in the near future. > Bests, > Jonathan > > On Tuesday, February 2, 2016, Frank Vino wrote: > >> Hi Andrew, >> >>