Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: flip-flop interpolation

by GotToBTru (Prior)
on May 13, 2015 at 18:25 UTC ( [id://1126581]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $i = 2;
    $j = 4;
    print "$_\n" for ($i..$j);
    
  2. or download this
    2
    3
    4
    
  3. or download this
    # show lines 2 thru 4
    while (<>) {
    ...
    while (<>) {
      print if $i..$j
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (6)
As of 2024-04-24 06:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found