Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: A mini-language for sequences (part 1)

by BrowserUk (Patriarch)
on Nov 05, 2004 at 19:21 UTC ( [id://405594]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        my @site1 = qw( AATKKM aatkkm );
        my @site2 = qw( GGGGGG gggggg );
    ...
        );
    
        print Dumper(\%counts), "\n";
    
  2. or download this
        my @site1 = qw( AATKKM aatkkm );
        my @site2 = qw( GGGGGG gggggg );
    ...
         }
    
        print Dumper \%counts;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (7)
As of 2024-03-28 11:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found