Re: Regarding perl learning

2015-07-01 Thread Mukesh Baranwal
*You can start using these links.* *Some useful Perl links.* • Official site • Beginners' help • Advance help • News • Documentation • Online Books

Re: want to write to file in different format

2014-07-07 Thread Mukesh Baranwal
Very nice John!!! I couldn't think it. *Mukesh Kumar* *Member of Technical Staff* *Cadence Design Systems (I) Pvt. Ltd.* *Mob:- +91-8527749333* On 7 July 2014 15:26, John Delacour wrote: > > On 7 Jul 2014, at 09:18, Sunita Pradhan > wrote: > > > I have a file of contents: > > --- >

Re: want to write to file in different format

2014-07-07 Thread Mukesh Baranwal
#! /usr/bin/perl use strict; use warnings; my $str1 = ""; my $str2 = ""; my $res; open(FILE, "numbers.txt") or die "Can't open the file 1 $!\n"; open(FILE1, ">test1.txt") or die "Can't open the file 2 $!\n"; open(FILE2, ">test2.txt") or die "Can't open the file 3 $!\n"; while () { chomp; if(