John007 has asked for the wisdom of the Perl Monks concerning the following question:
bakjob1_details = { credit = { customer1= 2000.0, customer2 = -1500.0 customer3 = 0.0, }, debit = { customer1= 50000.0, customer2 = -2000.0, customer3 = 0.0, } }, bakjob2_details = { credit = { customer1= 1000.0, customer2 = 200.0, customer3 = 500.0, }, debit = { customer1= 600.0, customer2 = 659.0, customer3 = 887.0, } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Pattern Matching - a Tricky one
by kyle (Abbot) on Jan 02, 2009 at 16:12 UTC | |
|
Re: Pattern Matching - a Tricky one
by kdj (Friar) on Jan 02, 2009 at 15:38 UTC | |
by linuxer (Curate) on Jan 02, 2009 at 15:55 UTC | |
by kdj (Friar) on Jan 02, 2009 at 16:32 UTC | |
|
Re: Pattern Matching - a Tricky one
by pobocks (Chaplain) on Jan 02, 2009 at 16:08 UTC | |
|
Re: Pattern Matching - a Tricky one
by linuxer (Curate) on Jan 02, 2009 at 17:46 UTC | |
|
Re: Pattern Matching - a Tricky one
by toolic (Bishop) on Jan 02, 2009 at 21:27 UTC | |
|
Re: Pattern Matching - a Tricky one
by kennethk (Abbot) on Jan 02, 2009 at 15:15 UTC | |
|
Re: Pattern Matching - a Tricky one
by Perlbotics (Archbishop) on Jan 03, 2009 at 00:05 UTC |