Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Control statements and looping

by root (Monk)
on Nov 03, 1999 at 02:58 UTC ( [id://918]=perltutorial: print w/replies, xml ) Need Help??

Perl offers an abundance of looping and control statements. Some quick notes if you're a C, C++, or Java programmer Perl requires curly braces around blocks of code even if your for loop has only one line of code. Secondly, if you're new to programming these control statements test whether a statement is true of false and then control execution of the program based on the results. You might want to look at what is true and false in Perl?

Or you can dive right into the control statements

  • if statements
  • unless statements
  • while loops
  • until loops
  • do while loops
  • do until loops
  • for loops
  • foreach loops
  • Log In?
    Username:
    Password:

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

    How do I use this?Last hourOther CB clients
    Other Users?
    Others lurking in the Monastery: (4)
    As of 2024-04-16 16:32 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found