Re: Re: file updation

2003-08-25 Thread mark sony
Hi Thanx for the reply but now I cant use database for this program . I have to do with modifying files in some way or the other . Please give me some other pointers . Thanx Mark On Mon, 25 Aug 2003 zsdc wrote : mark sony wrote: I have one file (say about 6000 lines) data divided into four

file updation

2003-08-25 Thread mark sony
Hi All I need some guidance on the following :- I have one file (say about 6000 lines) data divided into four columns,say filename,owner,version etc.Now there would be two more columns which shall be updated by multiple users according to the need .Whats the best possible way of going forward?

create log as well as print on screen

2003-08-20 Thread mark sony
Hi All, I wrote a script which is running perfectly fine providing many outputs on the screen . Only glitch is that it does not print in a log file . Now what I want is that it would print on the screen as well as create a log file . At the end of the program I will output that the above o

look arounds

2003-07-06 Thread mark sony
Hi All, Can anyone plz explain to me why this one is not working : $_ = "The brown fox jumps over the lazy dog"; /the (\S+)(?{ $color = $^N }) (\S+)(?{ $animal = $^N })/i; print "color = $color, animal = $animal\n"; When I run the program it gives :color = , animal = I took it from this link

multiline matching

2003-07-04 Thread mark sony
Hi all, I am writing a program which will print variety of matches having keywords like insert,delete etc from another file .For this I wrote a couple of sub routines one of which returns an array(having the comments removed ).Then I face the problem : A part of that array is : CURSOR c_efc(l_wo