PriNet has asked for the wisdom of the Perl Monks concerning the following question:
my(%DetailSheet) = ( 'ColumnName' => { 'ID' => { 'PositionAdjustment' => 0, 'RecordName' => 'Identification', 'RecordNumber' => 0, 'RecordValue' => '', 'XlsName' => 'Reference', 'XlsColumn' => 1, 'XlsFormat' => '', 'XlsWidth' => 15, 'XlsLock' => 1, 'GuiName' => 'Number', 'GuiNumber' => 2, 'GuiValue' => '', 'Switch' => [ ['O','0'], ['l','1'] ] }, 'DESCRIPTION' => { 'PositionAdjustment' => 0, 'RecordName' => 'Description', 'RecordNumber' => 1, 'RecordValue' => '', 'XlsName' => 'Description', 'XlsColumn' => 2, 'XlsFormat' => '', 'XlsWidth' => 15, 'XlsLock' => 1, 'GuiName' => 'Description', 'GuiNumber' => 3, 'GuiValue' => '', 'Switch' => [ [' AND ', ' & '], [' WITH ', ' W/ '] ] } } );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: grep confusion
by tybalt89 (Monsignor) on Sep 01, 2017 at 03:26 UTC | |
by PriNet (Monk) on Sep 01, 2017 at 04:00 UTC | |
by LanX (Saint) on Sep 01, 2017 at 08:09 UTC | |
by PriNet (Monk) on Sep 03, 2017 at 00:20 UTC | |
by kcott (Archbishop) on Sep 04, 2017 at 01:22 UTC | |
|
Re: grep confusion
by LanX (Saint) on Sep 01, 2017 at 02:07 UTC | |
by BillKSmith (Monsignor) on Sep 01, 2017 at 13:58 UTC | |
by LanX (Saint) on Sep 01, 2017 at 14:15 UTC | |
by PriNet (Monk) on Sep 03, 2017 at 00:23 UTC | |
by PriNet (Monk) on Sep 01, 2017 at 02:13 UTC | |
by LanX (Saint) on Sep 01, 2017 at 02:15 UTC | |
by PriNet (Monk) on Sep 01, 2017 at 02:19 UTC | |
by PriNet (Monk) on Sep 01, 2017 at 02:31 UTC | |
| |
by PriNet (Monk) on Sep 01, 2017 at 02:14 UTC | |
|
Re: grep confusion
by thanos1983 (Parson) on Sep 01, 2017 at 09:02 UTC | |
by PriNet (Monk) on Sep 03, 2017 at 00:30 UTC | |
by PriNet (Monk) on Sep 03, 2017 at 07:41 UTC | |
by roboticus (Chancellor) on Sep 03, 2017 at 15:38 UTC | |
by PriNet (Monk) on Sep 03, 2017 at 19:37 UTC | |
| |
by PriNet (Monk) on Sep 03, 2017 at 17:07 UTC |