Main > Programming > Libraries >

Tie::Hash::RegexKeys 1.2

Tie::Hash::RegexKeys 1.2

Sponsored Links

Tie::Hash::RegexKeys 1.2 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: 795
Date added: 2007-08-21
Publisher: Fabrice DULAUNOY

Tie::Hash::RegexKeys 1.2 description

Tie::Hash::RegexKeys will match hash keys using Regular Expressions.

SYNOPSIS

use Tie::Hash::RegexKeys;
use Data::Dumper;

my %h;

tie %h, Tie::Hash::RegexKeys;

my $a = .1.2.3.4.5.6.2;
my $b = .1.2.3.4.5.7;
my $c = .1.2.3.4.5.6.1;
my $d = .1.2.3.4.5.6.1.6;

$h{$a}="key1";
$h{$b}="key2";
$h{$c}="subkey1";
$h{$d}="subkey2";

my $pat = ^.1.2.3.4.5.6.*;
my @res = tied(%h)->FETCH_KEYS(qr/$pat/);
print Dumper(@res);

Return this:

$VAR1 = .1.2.3.4.5.6.1;
$VAR2 = .1.2.3.4.5.6.1.6;
$VAR3 = .1.2.3.4.5.6.2

Tie::Hash::RegexKeys 1.2 Screenshot

Advertisements

Tie::Hash::RegexKeys 1.2 Keywords

Bookmark Tie::Hash::RegexKeys 1.2

Hyperlink code:
Link for forum:

Tie::Hash::RegexKeys 1.2 Copyright

WareSeeker periodically updates pricing and software information of Tie::Hash::RegexKeys 1.2 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::Hash::RegexKeys 1.2 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
Tie::Hash::KeysMask - control key aliasing by mask function, e.g. omit case of character distinction. Free Download
Tie::ListKeyedHash is a system allowing the use of anonymous arrays as keys to a hash. Free Download
Tie::Hash::Stack is a Perl module which maintains an array of hashes like a stack. Free Download
Tie::Proxy::Hash is a Perl module created to efficiently merge & translate hashes. Free Download
regexxer project is a nifty search/replace tool featuring Perl-style regular expressions. Free Download
Tie::HashHistory can track history of all changes to a tied hash. Free Download
ShiftJIS::Regexp contains regular expressions in Shift-JIS. Free Download
Tie::Hash::Sorted Perl module presents hashes in sorted order. Free Download