regex...does not match

2002-06-18 Thread Sven Bentlage
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

Re: Preference problem - Re: $FORM in Matt's wwwboard.pl

2002-06-09 Thread Sven Bentlage
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

Re: Preference problem - Re: $FORM in Matt's wwwboard.pl

2002-06-09 Thread Sven Bentlage
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

$FORM in Matt's wwwboard.pl

2002-06-08 Thread Sven Bentlage
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

only getting last value from regex

2002-06-04 Thread Sven Bentlage
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

RE: calculate dates / regex

2002-05-29 Thread Sven Bentlage
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

Re: calculate dates / regex

2002-05-28 Thread Sven Bentlage
: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 :