Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: question about variabies/references (ignore my previous botched entry)

by btrott (Parson)
on Apr 05, 2000 at 20:05 UTC ( [id://6946]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        $test = "scott";
    
  2. or download this
        $main::{$test} = "skot2";
    
  3. or download this
        print "As you see, ($scott) and ($main::scott) " .
              "aren't here\n";
    
  4. or download this
        $$test = "surprise!";
    
  5. or download this
        print "Now ($scott) and ($skot2) and ($main::scott) " .
              "have decided to show up\n";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (6)
As of 2024-04-23 13:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found