Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Problem with Config::IniFiles multi-valued parameters and WriteConfig

by eyepopslikeamosquito (Archbishop)
on Jul 13, 2009 at 00:54 UTC ( [id://779430]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    [Trace]
    TRACE_MODULE=mod1
    TRACE_MODULE=mod2
    
  2. or download this
    use strict;
    use warnings;
    ...
    print Dumper( \@values );
    $cfg->WriteConfig( 'fred2.ini' )
        or die "error: WriteConfig: $!\n";
    
  3. or download this
    $VAR1 = [
              'mod1',
              'mod2'
            ];
    
  4. or download this
    [Trace]
    TRACE_MODULE= <<EOT
    mod1
    mod2
    EOT
    
  5. or download this
    TRACE_MODULE=mod1
    TRACE_MODULE=mod2
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://779430]
Approved by GrandFather
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (4)
As of 2024-03-28 13:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found