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

Re: deference and inreference operators

by davido (Cardinal)
on Sep 24, 2004 at 16:13 UTC ( [id://393569]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $text = "Hello world\n";
    my $var  = 'Hello world\n';
    
    print $text;
    print $var;
    
  2. or download this
    my $text = "Hello world\n";
    print "$text";
    print '$text';
    
  3. or download this
    my %hash = ( This => 10,
                 That => 20
                );
    
  4. or download this
    my %hash = ( 'This' , 10,
                 'That' , 20
               );
    

Log In?
Username:
Password:

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

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

    No recent polls found