in reply to Re: Re: pattern matching
in thread Creating a regex to match part of a URL's domain name (was: pattern matching)
# try one of these: my ($string) = @_; my $string = shift; my $string = $_[0];
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: pattern matching
by strfry() (Monk) on Jun 06, 2001 at 20:15 UTC | |
by japhy (Canon) on Jun 06, 2001 at 20:26 UTC | |
by strfry() (Monk) on Jun 06, 2001 at 20:55 UTC | |
by strfry() (Monk) on Jun 06, 2001 at 21:06 UTC | |
by strfry() (Monk) on Jun 06, 2001 at 21:21 UTC |