cut specific strings from whole text

2001-10-27 Thread web_tur
Dear Sirs, I have long text file looks like : " xxx xx x x xxx xx xx xx x x x xx yes xx x xx x x x x yes sir xxx xxx xx x x xxx x xx no xx x x x x no sir xxx x x x " I want to cut and use between "yes sir" and "no sir" section. I tried to use, $_ = "@data"; /yes sir/; print $'; it

cut specific strings from whole text

2001-10-27 Thread web_tur
Dear Sirs, I have long text file looks like : " xxx xx x x xxx xx xx xx x x x xx yes xx x xx x x x x yes sir xxx xxx xx x x xxx x xx no xx x x x x no sir xxx x x x " I want to cut and use between "yes sir" and "no sir" section. I tried to use, $_ = "@data"; /yes sir/; print $'; it

remove dots from string

2001-11-02 Thread web_tur
Dear Sirs, I try and try but no results. How can I remove dots and space from following string "20.01.2001 14:50:02" I want to have "20012001145002" Best Regards _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.c

How can I remove first 7 charecter from sring

2001-11-07 Thread web_tur
Dear sirs, Againe I try, and try, no result I have this text "2001/10/01 10:55 this is test message" I want to remove first 16 charecter from text to have only "this is test message" Thank you for your help _ Do You Yahoo!? Get your fr

Re: $ENV{'HTTP_REFERER'}

2001-11-15 Thread web_tur
ng didn't send it for some reason...try another > browser to verify... > > -bryanw > HalfPriceNames Domain Registry > http://www.halfpricenames.com/ > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of web_tur > Sen

When I write data into file, all data is erasing

2001-12-10 Thread web_tur
Dear Sirs, With this script I am writing data into the file use Fcntl ':flock'; open (FORUM, ">name/$name.usr"); flock(FORUM, $LOCK_EX); print FORUM ("$namedat\n"); flock(FORUM, $LOCK_UN); close (FORUM); I don't know why some times, my script write nothing into the file also erase the file's

When I write data into file, all data is erasing

2001-12-10 Thread web_tur
Dear Sirs, With this script I am writing data into the file use Fcntl ':flock'; open (FORUM, ">name/$name.usr"); flock(FORUM, $LOCK_EX); print FORUM ("$namedat\n"); flock(FORUM, $LOCK_UN); close (FORUM); I don't know why some times, my script write nothing into the file also erase the file's