Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: CPCFG_count.pl

by jdporter (Paladin)
on Jun 01, 2007 at 15:27 UTC ( [id://618775]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    while ( <COLL> )
    {
    ...
        @coll = split /:/;
        $basicColl{$coll[0]} = $coll[1];
    }
    
  2. or download this
    open(CORP,"<$path") or die ("Error...: $!");
    
  3. or download this
    open CORP,"<$path" or die "Error...: $!";
    
  4. or download this
    if($mother)
    {
    ...
    {
        $lhs="$mothers[$depth]"."_$aunties[$depth]";
    }
    
  5. or download this
    $lhs = join '_', 
        $mothers[$depth], 
        $mother ? $mothers[$depth-1] : $aunties[$depth];
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2024-04-24 14:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found