Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: using strict and a config file

by guha (Priest)
on Nov 12, 2001 at 16:12 UTC ( [id://124809]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    %cfg = (To => 'to',
            From => 'from',
    ...
            Page_Title => 'MailTo');
    
    %cfg;
    
  2. or download this
    use strict;
    .
    ...
    }
    
    %cfg =  %{$return};
    
  3. or download this
    
                    <td><select name="$cfg{From}" size="1">
    ...
                <tr>
                    <td>Subject:</td>
                    <td><input type="text" name="$cfg{Subject}" size="24">
    +</t
    

Log In?
Username:
Password:

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

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

    No recent polls found