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
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
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
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
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
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
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