| Subject: | Re: a match question |
|---|---|
| From: | John W. Krahn |
| Date: | Tue, 24 Nov 2009 18:51:07 -0800 |
| Newsgroups: | perl.beginners |
Shawn H Corey wrote:
@captured = $_ =~ m{ (X*) }gmsx;
Is usually written as:
@captured = /X*/g;
John
--
The programmer is fighting against the two most
destructive forces in the universe: entropy and
human stupidity. -- Damian Conway
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: a match question, Shawn H Corey |
|---|---|
| Next by Date: | Re: a match question, John W. Krahn |
| Previous by Thread: | Re: a match question, practicalperl |
| Next by Thread: | Re: a match question, Shawn H Corey |
| Indexes: | [Date] [Thread] [Top] [All Lists] |