Main > Programming > Libraries >

List::Comprehensions 0.13

List::Comprehensions 0.13

Sponsored Links

List::Comprehensions 0.13 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.003 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 890
Date added: 2007-05-18
Publisher: Jeremy Cortner

List::Comprehensions 0.13 description

List::Comprehensions is a Perl module that allows for list comprehensions in Perl.

SYNOPSIS

use List::Comprehensions;
use warnings;

my @res = ();

@res = comp1 { [ @_ ] } [0..4], [0..4], [0..4];

no warnings once;
@res = comp2 { [$i, $j, $k] }
i => [0..4],
j => [0..4],
k => [0..4];

# if strict vars is on, use lexicals. eg:
use strict vars;

my ($i, $j, $k);
@res = comp2 { [$i, $j, $k] }
i => [0..4],
j => [0..4],
k => [0..4];

# each being less efficient but equivelant to

@res = ();
for $i ( 0..4 ) {
for $j ( 0..4 ) {
for $k ( 0..4 ) {
push @res, [$i, $j, $k];
}
}
}

List::Comprehensions 0.13 Screenshot

Advertisements

List::Comprehensions 0.13 Keywords

Bookmark List::Comprehensions 0.13

Hyperlink code:
Link for forum:

List::Comprehensions 0.13 Copyright

WareSeeker periodically updates pricing and software information of List::Comprehensions 0.13 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of List::Comprehensions 0.13 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Sponsored Links
Related Software
List::Part is a Perl module that allows you to partition one array into several. Free Download
Net::Connection::Sniffer can gather stats on network connections. Free Download
List::Util::Superpositions is a Perl module that provides any and all for lists. Free Download
Games::Bingo::ColumnCollection is a Perl module with a collection class for holding columns. Free Download
Bio::NEXUS::Functions is a Perl module that provides private utility functions for the module. Free Download
WWW::Scraper::Monster is a Perl module that scrapes Monster.com. Free Download
Spreadsheet::ParseExcel is a Perl module to get information from an Excel file. Free Download
Dir::Which is a Perl module to search for directory entries in a list of directories. Free Download