Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Constant Variables

by powerhouse (Friar)
on Mar 28, 2003 at 05:25 UTC ( [id://246400]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        $dbh = CWT::Site_DB::connect();
        $sth = $dbh->prepare (qq{ SELECT * FROM config_settings });
    ...
            # OR ${$settings->{name}} OR @{$settings->{name}} I've tried a
    +ll 3, nothing is working.
        }
        $sth->finish();
    
  2. or download this
    print qq~Welcome to <font style="font-family: $default_font_family; co
    +lor: $default_font_color">Company Name</font>~;
    

Log In?
Username:
Password:

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

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

    No recent polls found