RE: [perl-win32-gui-users] Building a HOWTO for Win32-GUI

2001-03-30 Thread Piske, Harald
| | About the (numerous) [TBD]s in the doku | I'm sorry Harald, it's probably just me, but what is "the | doku"? The modules pakage? You had me here - I first had to find out where the heck I got these. I found one Win32-GUI-0.0.558.tar in my downloads-folder that I got on feb 1st from I don't kn

RE: Re[2]: [perl-win32-gui-users] desktop

2001-03-30 Thread Frazier, Joe Jr
if ("LST" =~ /[qt|et1|et2|si|rlt]/i) means the same as if ("LST" =~ /[qtet1et2sirlt|]/i); The pipe(|) character has no special meaning INSIDED [bracketed] regex, so basically, this regex matches any character in the list if it is anywhere in the string to be searched. As max stated, putting () a

Re: [perl-win32-gui-users] Building a HOWTO for Win32-GUI

2001-03-30 Thread Erick J. Bourgeois
| About the (numerous) [TBD]s in the doku I'm sorry Harald, it's probably just me, but what is "the doku"? The modules pakage? erick never stop questioning www.jeb.ca

Re[2]: [perl-win32-gui-users] desktop

2001-03-30 Thread Max Kozlov
Hello Eoin, Friday, March 30, 2001, you wrote: Edc> if ("LST" =~ /[qt|et1|et2|si|rlt]/i) Edc> Can Anybody Tell Me Why the expression above is matching. Edc> According to everything I've read it shouldn't. Edc> I'm going soft again Edc> Any help would be greatly appriciated if ("LST" =

RE: [perl-win32-gui-users] desktop

2001-03-30 Thread Eoin_Butler
Anyone .. if ("LST" =~ /[qt|et1|et2|si|rlt]/i) Can Anybody Tell Me Why the expression above is matching. According to everything I've read it shouldn't. I'm going soft again Any help would be greatly appriciated Rgds Eoin: mailto:[EMAIL PROTECTED]