in reply to Understanding -> function
Hi. (I would) Appreciate (it) if you would use <code> tags. Otherwise your code might be interpreted as markup.
$bakjobs->{$2}{dbt} = $1; $bakjobs->{$2}{cdt} = $3;
This is simply inserting into a hash of hashes based on the last matched regex. However, based on the regex provided, I suspect $3 will be undefined.
Aside from that this code has numerous things wrong (or at least questionable) with it:
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Understanding -> function
by John007 (Acolyte) on Dec 28, 2008 at 20:02 UTC | |
by plobsing (Friar) on Dec 28, 2008 at 20:31 UTC | |
by AnomalousMonk (Archbishop) on Dec 29, 2008 at 00:33 UTC |