Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: DIFFERENCE BETWEEN VARIABLE

by autark (Friar)
on Jan 31, 2001 at 18:36 UTC ( [id://55472]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $output = "global";
    {
        my $output = "my";
    ...
        print $output;
        print ${'output'};
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found