Re: How to become a perl architect !

2010-07-02 Thread Peter Scott
On Fri, 02 Jul 2010 23:00:48 +0530, Amit Saxena wrote: > On Fri, Jul 2, 2010 at 9:41 PM, Peter Scott wrote: > >> On Fri, 02 Jul 2010 09:34:05 +, Amit Saxena wrote: >> > I have around 6+ years of IT experience as a software development >> > mailing in scripting technologies using perl. >> > >

Re: parsing csv

2010-07-02 Thread Damon Allen Davison
On Fri, Jul 2, 2010 at 11:43 AM, Sharan Basappa wrote: > Hi Alan, > > I am not resisting installing but I am having trouble installing > Text::CSV module. > > I would be glad if someone helps with these errors ... Hi Sharan, You might find it a lot easier to install things if you use standard to

Re: How to become a perl architect !

2010-07-02 Thread Amit Saxena
On Fri, Jul 2, 2010 at 9:41 PM, Peter Scott wrote: > On Fri, 02 Jul 2010 09:34:05 +, Amit Saxena wrote: > > I have around 6+ years of IT experience as a software development > > mailing in scripting technologies using perl. > > > > I want to become technical architect in perl. Please help me

Re: How to become a perl architect !

2010-07-02 Thread Peter Scott
On Fri, 02 Jul 2010 09:34:05 +, Amit Saxena wrote: > I have around 6+ years of IT experience as a software development > mailing in scripting technologies using perl. > > I want to become technical architect in perl. Please help me / suggest > me / guide me on how should I start. Also please t

Re: How to become a perl architect !

2010-07-02 Thread Amit Saxena
On Fri, Jul 2, 2010 at 11:26 AM, Chas. Owens wrote: > On Fri, Jul 2, 2010 at 05:56, Amit Saxena wrote: > snip > >> > On perl, I have mainly experience on text handling and processing. > snip > > I am not planning to stop working as a developer, however apart from my > > regular development work

Re: parsing a log file with junk characters

2010-07-02 Thread Chas. Owens
On Fri, Jul 2, 2010 at 07:59, perl_haxor 123 wrote: > Hi All, > >     I have been asked to parse the log file (find the attached file) > which logs every keystroke, if you look at the log file you will see lot of > characters like RETURN, BACKSCAPE etc etcIs there a way by which i

Getting ethernet inforamtion using ioctl

2010-07-02 Thread mud_saisem
Hi, I am trying to write a Perl script that will get the ip address of a ethernet card using ioctl. Could somebody please give me a hand. I am guessing that the section where I try to pack my ethernet device is where I am going wrong. There is a python script that I found on the internet that wo

Re: regex question

2010-07-02 Thread John W. Krahn
sdDirtySox wrote: Hi all, Hello, I want to use a perl script that will look at all the files in a directory to find an instance of a function and replace it with another. I have the code in place to look at all the files in a directory and to search line by line, but I'm having problems with

Re: Getting ethernet inforamtion using ioctl

2010-07-02 Thread Shlomi Fish
On Friday 02 Jul 2010 06:08:31 mud_saisem wrote: > Hi, > > I am trying to write a Perl script that will get the ip address of a > ethernet card using ioctl. > > Could somebody please give me a hand. I am guessing that the section > where I try to pack my ethernet device is where I am going wrong.

parsing a log file with junk characters

2010-07-02 Thread perl_haxor 123
Hi All, I have been asked to parse the log file (find the attached file) which logs every keystroke, if you look at the log file you will see lot of characters like RETURN, BACKSCAPE etc etcIs there a way by which i can make sense of this log file, so that i can write a script

Re: parsing csv

2010-07-02 Thread Shlomi Fish
On Friday 02 Jul 2010 12:59:54 Sharan Basappa wrote: > Thanks a lot. I am now installing the module to try out and start > implementing my own code. > I think I will need help in installing the module ... > > This goes through fine: > perl Makefile.PL > Checking if your kit is complete... > Looks

Re: parsing csv

2010-07-02 Thread Alan Haggai Alavi
On 2 July 2010 15:56, Sharan Basappa wrote: > Hi Jason, > > Does CSV module come prebuilt so that I can avoid installing. > I dont know SQL but my requirements are very modest. > Extract lines and get filed and reformat them to another type. > > Regads, > Sharan Hi Sharan, DBD::CSV is not in co

Getting ethernet inforamtion using ioctl

2010-07-02 Thread mud_saisem
Hi, I am trying to write a Perl script that will get the ip address of a ethernet card using ioctl. Could somebody please give me a hand. I am guessing that the section where I try to pack my ethernet device is where I am going wrong. There is a python script that I found on the internet that wo

Re: Announcing the Perl 5 Documentation Team

2010-07-02 Thread Ævar Arnfjörð Bjarmason
On Thu, Jul 1, 2010 at 17:18, Chas. Owens wrote: > I am excited to announce the formation of the Perl 5 Documentation > Team.  Our goal is to have the best, most current, and easiest to use > and understand documentation of any programming language.  Why settle > for small goals? It's great that

regex question

2010-07-02 Thread sdDirtySox
Hi all, I want to use a perl script that will look at all the files in a directory to find an instance of a function and replace it with another. I have the code in place to look at all the files in a directory and to search line by line, but I'm having problems with the regex to use. Example: s

Re: How to become a perl architect !

2010-07-02 Thread Chas. Owens
On Fri, Jul 2, 2010 at 05:56, Amit Saxena wrote: snip >> > On perl, I have mainly experience on text handling and processing. snip > I am not planning to stop working as a developer, however apart from my > regular development work I also want to now start learning about Perl > architect that is w

Re: parsing csv

2010-07-02 Thread Sharan Basappa
Hi Alan, I am not resisting installing but I am having trouble installing Text::CSV module. I would be glad if someone helps with these errors ... perl Makefile.PL PREFIX=/home/sharan/tools/perl-install Checking if your kit is complete... Looks good Writing Makefile for Text::CSV_XS Make fails

Re: parsing csv

2010-07-02 Thread Sharan Basappa
Hi Jason, Does CSV module come prebuilt so that I can avoid installing. I dont know SQL but my requirements are very modest. Extract lines and get filed and reformat them to another type. Regads, Sharan On Fri, Jul 2, 2010 at 3:53 PM, Jason Feng wrote: > Hi there, > > If you know some SQL, I'd

RE: parsing csv

2010-07-02 Thread Jason Feng
Hi there, If you know some SQL, I'd suggest you using DBI and DBD::CSV. Cheers, Jason > Date: Fri, 2 Jul 2010 18:47:22 +1000 > Subject: Re: parsing csv > From: rc...@pcug.org.au > To: sharan.basa...@gmail.com > CC: beginners@perl.org > > > > Folks, > > > > I have to parse a csv file and conve

Re: parsing csv

2010-07-02 Thread Sharan Basappa
Thanks a lot. I am now installing the module to try out and start implementing my own code. I think I will need help in installing the module ... This goes through fine: perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Text::CSV_XS Make fails: make cp CSV_XS.pm

Re: How to become a perl architect !

2010-07-02 Thread Amit Saxena
On Fri, Jul 2, 2010 at 9:48 AM, Shlomi Fish wrote: > On Friday 02 Jul 2010 12:34:05 Amit Saxena wrote: > > Hi all, > > > > I have around 6+ years of IT experience as a software development mailing > > in scripting technologies using perl. > > > > I want to become technical architect in perl. Plea

Re: How to become a perl architect !

2010-07-02 Thread Shlomi Fish
On Friday 02 Jul 2010 12:34:05 Amit Saxena wrote: > Hi all, > > I have around 6+ years of IT experience as a software development mailing > in scripting technologies using perl. > > I want to become technical architect in perl. Please help me / suggest me / > guide me on how should I start. Also

How to become a perl architect !

2010-07-02 Thread Amit Saxena
Hi all, I have around 6+ years of IT experience as a software development mailing in scripting technologies using perl. I want to become technical architect in perl. Please help me / suggest me / guide me on how should I start. Also please tell me any resources which could help me. On perl, I ha

Re: parsing csv

2010-07-02 Thread Shlomi Fish
On Friday 02 Jul 2010 11:55:47 Sharan Basappa wrote: > On Fri, Jul 2, 2010 at 2:19 PM, Shlomi Fish wrote: > > On Friday 02 Jul 2010 11:40:05 Sharan Basappa wrote: > >> Folks, > >> > >> I have to parse a csv file and convert it into some other format. > >> Can someone tell me what support perl has

Re: parsing csv

2010-07-02 Thread Sharan Basappa
On Fri, Jul 2, 2010 at 2:19 PM, Shlomi Fish wrote: > On Friday 02 Jul 2010 11:40:05 Sharan Basappa wrote: >> Folks, >> >> I have to parse a csv file and convert it into some other format. >> Can someone tell me what support perl has for csv parsing. >> My requirements are very modest, so somethng

Re: parsing csv

2010-07-02 Thread Shlomi Fish
On Friday 02 Jul 2010 11:40:05 Sharan Basappa wrote: > Folks, > > I have to parse a csv file and convert it into some other format. > Can someone tell me what support perl has for csv parsing. > My requirements are very modest, so somethng simple would be preferable. > See the page I prepared ab

Re: parsing csv

2010-07-02 Thread Owen
> Folks, > > I have to parse a csv file and convert it into some other format. > Can someone tell me what support perl has for csv parsing. > My requirements are very modest, so somethng simple would be > preferable. > > Regards, > Sharan You might want to search http://search.cpan.org/search?

Re: parsing csv

2010-07-02 Thread Damon Allen Davison
On 2 Jul 2010, at 09:40, Sharan Basappa wrote: > I have to parse a csv file and convert it into some other format. > Can someone tell me what support perl has for csv parsing. > My requirements are very modest, so somethng simple would be preferable. There is a module on CPAN for this. Using it

parsing csv

2010-07-02 Thread Sharan Basappa
Folks, I have to parse a csv file and convert it into some other format. Can someone tell me what support perl has for csv parsing. My requirements are very modest, so somethng simple would be preferable. Regards, Sharan -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional c