Hi guys,
I'm not sure why the first regex (see below) does not grep the correct
line. The 2nd one does. (but it greps the whole line and not only the
part I want to have since the delimiter is \n)
Would be nice if you could give me a hint what I'm doing wrong with the
first regex:
I want to gre
ok, I took a look at the links you send me.
Thanks for the tip, but I just wanted to know what this $FORM does.
I am not planning to use his script...
Regards,
Sven
On Sunday, June 9, 2002, at 02:00 AM, drieux wrote:
>
> On Saturday, June 8, 2002, at 10:47 , Sven Bentlage wrote:
>
&g
Thanks, will take a look.
I'm just trying to learn by reading this script
Sven
On Sunday, June 9, 2002, at 02:00 AM, drieux wrote:
>
> On Saturday, June 8, 2002, at 10:47 , Sven Bentlage wrote:
>
>> I'm just looking at Matt's wwwboard.pl and try to figure ou
Hi guys,
I'm just looking at Matt's wwwboard.pl and try to figure out what the
$FORM{somevaule} does.
It is not declared anywhere before usage.. and I'm quite lost...
If anyone could tell me where to find any information about that, I'd
be grateful
Thanks for your help,
Sven
sub where it's
Hi
using the code below I only get the last line from the file.
Can anybody tell me what I'm doing wrong?
(The empty lines do not change anything..)
Thanks for your help
Sven
file:
John;123
Jane;456
Ed;789
code:
open(USER,"<$user_access_file") or die
8, 2002, at 07:53 PM, drieux wrote:
>
>>
>> On Tuesday, May 28, 2002, at 09:25 , Sven Bentlage wrote:
>>
>>> Hi !
>>> I'm trying to get all the date values for the week (7days) ahead of a
>>> specified date.
>>> To g
:53 PM, drieux wrote:
>
> On Tuesday, May 28, 2002, at 09:25 , Sven Bentlage wrote:
>
>> Hi !
>> I'm trying to get all the date values for the week (7days) ahead of a
>> specified date.
>> To get the current date I use :