Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Variable Substitution within NameSpace

by yellow_tree_frog (Initiate)
on Aug 03, 2004 at 17:40 UTC ( [id://379760]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    print "<input type=text name =custtype value=kljlkjklj>";<BR><BR>
    
  2. or download this
    $input = new CGI;<BR>
    $input->import_names('R');<BR>
    print  "$R::custtype" ;  ##prints out "kljlkjklj" successfully.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (2)
As of 2024-04-19 19:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found