Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

toolic's scratchpad

by toolic (Bishop)
on Jun 19, 2007 at 18:04 UTC ( [id://622064]=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    The regular expression:
    
    ...
    ----------------------------------------------------------------------
    )                        end of grouping
    ----------------------------------------------------------------------
    
  2. or download this
    http://search.cpan.org/perldoc?Acme::Tools
    
  3. or download this
    use strict;
    use warnings;
    ...
    for (my $index = $#array; $index >= 0; --$index){
        splice (@array, $index, 1) if $array[$index] =~ /1|3/;
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-19 23:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found