Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Dating a Structure

by hacker (Priest)
on Jun 30, 2007 at 21:50 UTC ( [id://624248]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @langs       = ('en', 'de', 'fr', 'it', 'gr', '...');
    my @projects    = ('dogs', 'cats', 'birds', 'horses');
    my @targets     = ('images', 'data', 'links', 'other');
    
  2. or download this
    endogs, encats, enbirds, enhorses
    dedogs, decats, debirds, dehorses
    frdogs, frcats, frbirds, frhorses
    itdogs, itcats, itbirds, ithorses
    grdogs, grcats, grbirds, grhorses
    
  3. or download this
    endogs/images.tar.bz2
    endogs/data.tar.bz2
    ...
    decats/data.tar.bz2
    decats/links.tar.bz2
    decats/other.tar.bz2
    
  4. or download this
    foreach my $lang (@langs) {
            foreach my $project (@projects) {
    ...
                    }
            }
    }
    
  5. or download this
    'it' => 'Italian' { ... },
    'es' => 'Spanish' { ... },
    ...
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (4)
As of 2024-04-18 20:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found