Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: What is the difference between a Statement and an Expression?

by azatoth (Curate)
on Aug 02, 2001 at 10:32 UTC ( [id://101595]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if ($this == 1) { do_that($thing) };
    
  2. or download this
    # this is an expression
    $foo = 1;
    # so is this
    $bar = ($foo . $baz);
    
  3. or download this
    # statements are like :
    #if .. else
    #while .. do
    #for .. 
    # etc etc
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (7)
As of 2024-04-19 13:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found