in reply to one line programs
Is this the code you had in mind?{ while(/A\s+HREF\s*=\s*"(^"+)"/ig) { $foo{$1}=1; } } for(keys %foo) { print "\n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: (Buzzcutbuddha - Formatting of question) - Re: one line programs
by lorenw14 (Initiate) on Apr 16, 2001 at 05:45 UTC | |
|
Re: (Buzzcutbuddha - Formatting of question) - Re: one line programs
by lorenw14 (Initiate) on Apr 16, 2001 at 05:48 UTC |