Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re (tilly) 3: alternating row colors

by tilly (Archbishop)
on May 18, 2001 at 05:38 UTC ( [id://81413]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Devel::Peek;
    
    ...
      <STDIN>;
      push @a, shift @a;
    }
    
  2. or download this
    use strict;
    use IPC::Open3;
    ...
      my $off = /offset=(\d+)/ ? $1 : 0;
      printf "Iteration%8d:   Offset%6d\n", $i, $off;
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found