Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^3: more fun w/ HASh ref's

by jarich (Curate)
on Dec 12, 2005 at 02:48 UTC ( [id://515942]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my %options;
    my $options->{'heredoc'} = '1';
    my $config_copy = ReadINI ($copy,%options);
    
  2. or download this
    # Create a hash called %options
    my %options;
    ...
    
    # Call ReadINI passing it $copy and  your %options hash.
    my $config_copy = ReadINI ($copy,%options);
    
  3. or download this
    $options{heredoc} = 1;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (6)
As of 2024-04-19 10:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found