Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Shorten script

by l2kashe (Deacon)
on Jul 22, 2003 at 19:07 UTC ( [id://276880]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my %match = (
       'pattern_one' => 1,
    ...
       $ct++;
    }
    close(F);
    
  2. or download this
    my %match = (
       'pattern_one' => [\&sub_one, $results_one],
    ...
    
    } # END while <F>
    close(F);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (10)
As of 2024-04-18 14:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found