Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

The Scalar Range Operator

by pbeckingham (Parson)
on Jul 26, 2004 at 15:18 UTC ( [id://377450]=perltutorial: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      if ($left .. $right)
      {
        ...
      }
    
  2. or download this
      while (<DATA>)
      {
    ...
      second
      third
      fourth
    
  3. or download this
      while (<DATA>)
      {
    ...
      fourth
      fifth
      end
    
  4. or download this
      while (<DATA>)
      {
    ...
      second
      third
      end
    
  5. or download this
      while (<DATA>)
      {
    ...
      third
      fourth
      fifth
    
  6. or download this
      while (<DATA>)
      {
    ...
      2       fourth
      3       fifth
      4E0     end
    
  7. or download this
      while (<DATA>)
      {
    ...
      3       second
      4E0     end
      1E0     start third end
    
  8. or download this
      while (<DATA>)
      {
    ...
      __OUTPUT__
      1       start first end
      2       ignore
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (8)
As of 2024-03-28 21:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found