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

Re: question about what to grep(?)

by Don Coyote (Hermit)
on Apr 12, 2013 at 11:46 UTC ( [id://1028344]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my %baskets = ( ten => [0..9],
                    bat => [0..8,'bat:-:laser-disruptor'],
    ...
    
    # print @tenorless # batten
    
  2. or download this
    #!usr/bin/perl
    
    ...
    print @hasbat; # bat
    
    exit 0;
    

Log In?
Username:
Password:

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

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

    No recent polls found