List::Comprehensions 0.13
Sponsored Links
List::Comprehensions 0.13 Ranking & Summary
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];
}
}
}
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
List::Comprehensions 0.13 Keywords
Comprehensions 0.13
Perl
module that allows
Perl module
List comprehensions
0
4
j
k
res
module
List::Comprehensions
ListComprehensions
List::Comprehensions 0.13
Libraries
Programming
Bookmark List::Comprehensions 0.13
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
Featured Software
Want to place your software product here?
Please contact us for consideration.
Contact WareSeeker.com
Sponsored Links
Related Information
python list comprehensions
perl modules
install perl module
already familiar with using list comprehensions
installing perl module
module master
xml parser perl module
ocaml list comprehensions
lunar module
atrpms perl module helper
module allows users
perl module tutorial
list comprehension
modules
ruby list comprehensions
module 4
ignition module
net ssleay perl module
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
Latest Software
Popular Software
Favourite Software