Main > Programming > Libraries >

Tie::Eudora 0.01

Tie::Eudora 0.01

Sponsored Links

Tie::Eudora 0.01 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.065 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 1020
Date added: 2007-01-11
Publisher: Software Diamonds

Tie::Eudora 0.01 description

Tie::Eudora is a Perl module that can encode/decode emails, read/write emails in Eudora mailbox files.

SYNOPSIS

####
# Subroutine interface
#
$encoded_email = decode_record($mailbox_email);
@email = decode_field($encoded_email);

$encoded_email = encode_field (@email);
$mailbox_email = encode_record($encoded_email);

#####
# Object Interface
#
$eudora = Tie::Form->new(@options);

$encoded_email = $eudora->decode_record($record);
@email = $eudora->decode_field($encoded_email);

$encoded_email = $eudora->encode_field (@email);
$mailbox_email = $eudora->encode_record($encoded_email);

$mailbox_email = $eudora->get_record();
$success = $eudora->put_record($mailbox_email);

####
# use file subroutines to write/read Eudora mailbox files
#
tie *MAILBOX, Tie::Eudora;
open MAILBOX,>,$mbx;
print MAILBOX @mailbox;
close MAILBOX;

open MAILBOX,<,$mbx;
@mailbox = ;
close MAILBOX;

The Tie::Eudora program module provides a File Handle Tie package for reading and writing of Eudora mailbox files. The Tie::Eudora package handles each email in Eudora mailbox files as a record. Each record is read and written not as a scalar text string but as an array of field-name, field-body pairs corresponding to the header and body fields in the email.

Tie::Eudora 0.01 Screenshot

Advertisements

Tie::Eudora 0.01 Keywords

Bookmark Tie::Eudora 0.01

Hyperlink code:
Link for forum:

Tie::Eudora 0.01 Copyright

WareSeeker periodically updates pricing and software information of Tie::Eudora 0.01 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 Tie::Eudora 0.01 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
Tie::FormA is a Perl module that can access a machine readable database file that minics a hardcopy form. Free Download
Tie::Form is a Perl module to access a machine readable database file that minics a hardcopy form. Free Download
Tie::OffsetArray can tie one array to another, with index offset. Free Download
Tie::Formatted is a Perl module embed sprintf() formatting in regular print(). Free Download
Tie::UrlEncoder is a Perl module for interpolatably URL-encode strings. Free Download
Tie::DB_Lock Perl module can ties hashes to databases using shared and exclusive locks. Free Download
Tie::Google is a Perl module with single-variable access to Google search results. Free Download
Test::Fixme is a Perl module to check code for FIXMEs. Free Download