in reply to Removing digits until you see | in a string
$index = $str; $index =~ s/\|.*//; $data_hash{$index} = $str;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Removing digits until you see | in a string
by MaxKlokan (Monk) on Jan 08, 2007 at 09:29 UTC | |
|
Re^2: Removing digits until you see | in a string
by kevyt (Scribe) on Jan 08, 2007 at 05:18 UTC | |
|
Re^2: Removing digits until you see | in a string
by Animator (Hermit) on Jan 08, 2007 at 12:04 UTC |