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:
In reply to Re: Understanding -> function
by plobsing
in thread Understanding -> function
by John007
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |