On Mon, Sep 19, 2011 at 7:38 AM, Jer A wrote:
> All,
>
> lets say i want to test if a string contains "pig" but not "dog" and/or not
> "cat"
>
> i tried something like this:
>
> =~ m/[^dog]|[^cat]|pig/ig
>
> what is the best way of going about this, using one regex?
>
> your help is very much app
On 9/18/2011 9:38 PM, Jer A wrote:
All,
lets say i want to test if a string contains "pig" but not "dog"
and/or not "cat"
i tried something like this:
=~ m/[^dog]|[^cat]|pig/ig
what is the best way of going about this, using one regex?
your help is very much appreciated,
perhaps the fol
All,
lets say i want to test if a string contains "pig" but not "dog" and/or not
"cat"
i tried something like this:
=~ m/[^dog]|[^cat]|pig/ig
what is the best way of going about this, using one regex?
your help is very much appreciated,
thanks.
-Jeremy
- Original Message -
From: "Bill Cowan"
To:
Sent: Monday, September 19, 2011 12:35 PM
Subject: Catalyst install possible via PPM?
> Have anyone been able to install Catalyst including set of useful
> modules/plugins?
I haven't tried.
> The ActiveState repository only includes a few
Have anyone been able to install Catalyst including set of useful
modules/plugins?
The ActiveState repository only includes a few Catalyst plugins. Use
another repository?
Must I use Strawberry Perl to install a complete set of Catalyst modules?
Thanks, Bill
___
I have a simple Win32::GuiTest example where I find a Notepad window, print its
handle and title and then send some keys to it. When I open Notepad and the
run the script I see...
4915356: Untitled - Notepad
Notepad pops up on top of other windows and "Testing 123" shows up in Notepad
as ex