in reply to Re: Two hash keys created when '.' is in the string
in thread Two hash keys created when '.' is in the string
while ($_ =~ /(href)[ ="']+(.*?)["'>|\?]/gi) { # finding linked files if (($2 =~ /css/i)|($2 eq $cfm)) { # skipping css files and links t +o self } else { $uniques{"$2"}++; $uniques{$2} = "<norm>"; } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Two hash keys created when '.' is in the string
by Eimi Metamorphoumai (Deacon) on Nov 24, 2004 at 18:31 UTC | |
by eric256 (Parson) on Nov 24, 2004 at 18:48 UTC | |
by ikegami (Patriarch) on Nov 24, 2004 at 19:04 UTC | |
by Eimi Metamorphoumai (Deacon) on Nov 24, 2004 at 18:55 UTC | |
by eric256 (Parson) on Nov 24, 2004 at 19:07 UTC | |
by ysth (Canon) on Nov 24, 2004 at 23:36 UTC |