Main > Programming > Libraries >

Convert::AcrossLite 0.08

Convert::AcrossLite 0.08

Sponsored Links

Convert::AcrossLite 0.08 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.010 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 1178
Date added: 2006-08-03
Publisher: Doug Sparling

Convert::AcrossLite 0.08 description

Convert::AcrossLite is a Perl module to convert binary AcrossLite puzzle files to text.

SYNOPSIS

use Convert::AcrossLite;

my $ac = Convert::AcrossLite->new();
$ac->in_file(/home/doug/puzzles/Easy.puz);
$ac->out_file(/home/doug/puzzles/Easy.txt);
$ac->puz2text;

or

use Convert::AcrossLite;

my $ac = Convert::AcrossLite->new();
$ac->in_file(/home/doug/puzzles/Easy.puz);
my $text = $ac->puz2text;

or

use Convert::AcrossLite;

my $ac = Convert::AcrossLite->new();
$ac->in_file(/home/doug/puzzles/Easy.puz);
my $ac->parse_file;
my $title = $ac->get_title;
my $author = $ac->get_author;
my $copyright = $ac->get_copyright;
my @solution = $ac->get_solution;
my @diagram = $ac->get_diagram;
my $across_clues = $ac->get_across_clues;
my $down_clues = $ac->get_down_clues;

or

use Convert::AcrossLite;

my $ac = Convert::AcrossLite->new();
$ac->in_file(/home/doug/puzzles/Easy.puz);

my($across_hashref, $down_hashref) = get_across_down;

my %across= %$across_hashref;
foreach my $key (sort { $a <=> $b } keys %across) {
print "Direction: $across{$key}{direction}n";
print "Clue Number: $across{$key}{clue_number}n";
print "Row: $across{$key}{row}n";
print "Col: $across{$key}{column}n";
print "Clue: $across{$key}{clue}n";
print "Solution: $across{$key}{solution}n";
print "Length: $across{$key}{length}nn";
}

my %down= %$down_hashref;
foreach my $key (sort { $a <=> $b } keys %down) {
print "Direction: $down{$key}{direction}n";
print "Clue Number: $down{$key}{clue_number}n";
print "Row: $down{$key}{row}n";
print "Col: $down{$key}{column}n";
print "Clue: $down{$key}{clue}n";
print "Solution: $down{$key}{solution}n";
print "Length: $down{$key}{length}nn";
}

Convert::AcrossLite is used to convert binary AcrossLite puzzle files to text.

Convert::AcrossLite 0.08 Screenshot

Advertisements

Convert::AcrossLite 0.08 Keywords

Bookmark Convert::AcrossLite 0.08

Hyperlink code:
Link for forum:

Convert::AcrossLite 0.08 Copyright

WareSeeker periodically updates pricing and software information of Convert::AcrossLite 0.08 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 Convert::AcrossLite 0.08 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
Convert::Base32 is a Perl module for encoding and decoding of base32 strings. Free Download
Convert::Braille is a Perl module that can convert Between Braille Encodings. Free Download
Convert::Recode is a Perl module to make mapping functions between character sets. Free Download
Convert::Wiki::Node::Item is a Perl module that represents an item in a list (aka < li > or *). Free Download
Convert::Wiki::Node::Line is a Perl module that represents a horizontal line (aka ruler). Free Download
Convert::Number::Digits is a Perl module that convert Digits Between the Scripts of Unicode. Free Download
Convert::Braille::English is a Perl module that can convert Between Braille Encodings. Free Download
Convert::Braille::Ethiopic is a Perl module that can convert Between Braille Encodings. Free Download