Main > Programming > Libraries >

Algorithm::Diff::Apply 0.2.3

Algorithm::Diff::Apply 0.2.3

Sponsored Links

Algorithm::Diff::Apply 0.2.3 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.012 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 1107
Date added: 2006-10-12
Publisher: Andrew Chadwick

Algorithm::Diff::Apply 0.2.3 description

Algorithm::Diff::Apply is a Perl module to apply one or more Algorithm::Diff diffs.

SYNOPSIS

## Single-diff form:
use Algorithm::Diff::Apply qw{apply_diff};
my @ary = ...;
my @diff = ...; # some call to Algorithm::Diff::diff()

my @changed_ary = apply_diff(@ary, @diff);
my $changed_ary = apply_diff(@ary, @diff);


## To apply >1 diff at once, use the plural form:
use Algorithm::Diff::Apply qw{apply_diffs};

@newary = apply_diffs(@ary,
diff1_name => @diff1,
diff2_name => @diff2,
...
diffN_name => @diffN);

# Alternatively:
@newary = apply_diffs(@ary, %named_diffs);

# Scalar context:
$newary = apply_diffs(@ary, %named_diffs);

# Extension argument syntax:
$newary = apply_diffs(@ary, {
resolver => &some_sub,
optimisers => [&foo, &bar],
key_generator => &anothersub,
opt4 => ...,
opt5 => ...,
}, %named_diffs);

Algorithm::Diff::Apply 0.2.3 Screenshot

Advertisements

Algorithm::Diff::Apply 0.2.3 Keywords

Bookmark Algorithm::Diff::Apply 0.2.3

Hyperlink code:
Link for forum:

Algorithm::Diff::Apply 0.2.3 Copyright

WareSeeker periodically updates pricing and software information of Algorithm::Diff::Apply 0.2.3 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 Algorithm::Diff::Apply 0.2.3 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
Related Software
Algorithm::Diff is a Perl module to compute `intelligent differences between two files / lists. Free Download
Algorithm::DiffOld is a Perl module to compute `intelligent differences between two files / lists but use the old interface. Free Download
Algorithm::Combinatorics Perl module is an efficient generator of combinatorial sequences. Free Download
Algorithm::Loops is a Perl module with looping constructs: NestedLoops, MapCar*, Filter, and NextPermute*. Free Download
Algorithm::SixDegrees is a Perl module that can find a path through linked elements in a set. Free Download
Algorithm::Permute is a Perl module with handy and fast permutation with object oriented interface. Free Download
Algorithm::LUHN is a Perl module to calculate the modulus 10 double add double checksum. Free Download
Algorithm::Merge is a Perl module package that provides three-way merge and diff. Free Download