in reply to Re^2: Generalising string in pattern
in thread Generalising string in pattern
my $pattern = qr(i[ ]*am[ ]*using[ ]*per);
And, when you post code, you'll help yourself by first checking that code by:
use strict; use warnings
The apparent failure to do the above; the apparent failure to take several pieces of advice in previous replies; and the missing semi-colons suggest that you don't care so much about learning from the wisdom of the Monks as about using them to write your code.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Generalising string in pattern
by rajyalakshmi (Acolyte) on Nov 13, 2009 at 14:54 UTC | |
by Anonymous Monk on Nov 13, 2009 at 20:35 UTC |