in reply to Re: recursive join
in thread recursive join
While we're on the subject of efficiency, how could I make this a little more efficient?
if ($_ =~ /^FOO \=/) { $_ =~ s/^FOO \=\s//; $_ =~ s/\\$//; push @array, $_; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: recursive join
by BrowserUk (Patriarch) on Dec 21, 2002 at 14:56 UTC | |
by Anonymous Monk on Dec 21, 2002 at 15:04 UTC | |
by BrowserUk (Patriarch) on Dec 21, 2002 at 15:10 UTC | |
|
Re: Re: Re: recursive join
by Eimi Metamorphoumai (Deacon) on Dec 22, 2002 at 17:58 UTC |