in reply to (Ovid - coming in late) Re: Substitute Question
in thread Substitute Question
withif ( /$start_tag/ .. /$end_tag/ ) { if ( /$start_tag/ or /$end_tag/ ) {
for more reliable (and faster!) operation.if ( my $where = /$start_tag/ .. /$end_tag/ ) { if ( $where == 1 or $where =~ /E/ ) {
-- Randal L. Schwartz, Perl hacker
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(Ovid) (3): Substitute Question
by Ovid (Cardinal) on May 30, 2001 at 02:40 UTC | |
by merlyn (Sage) on May 30, 2001 at 03:51 UTC |