Main > Programming > Libraries >

Scalar::Footnote 0.99_02

Scalar::Footnote 0.99_02

Sponsored Links

Scalar::Footnote 0.99_02 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.009 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 889
Date added: 2007-05-21
Publisher: Steve Purkis

Scalar::Footnote 0.99_02 description

Scalar::Footnote is a Perl module that can attach hidden scalars to references.

SYNOPSIS

use Data::Dumper;
use Scalar::Footnote;

my $obj = Foo->new;

# attach invisible footnote to $obj:
$obj->Scalar::Footnote::set( my_key => my footnote );
print Dumper( $obj );

# get it back:
my $note = $obj->Scalar::Footnote::get( my_key );
print "footnote: $noten";

# remove it:
my $note = $obj->Scalar::Footnote::remove( my_key );

Scalar::Footnote lets you attach scalar footnotes to an object (or any kind of reference, really) that are essentially invisible from Perl. For example, if you try dumping an object that has a footnote attached to it, you wont actually see the footnote:

my $obj = bless [qw( foo bar )], Foo;
$obj->Scalar::Footnote::set( Foo => foo note );
print Dumper( $obj );
prints:
$VAR1 = bless [
foo,
bar
], Foo;

You can of course still access the footnote with Scalar::Footnote::get.

Scalar::Footnote 0.99_02 Screenshot

Advertisements

Scalar::Footnote 0.99_02 Keywords

Bookmark Scalar::Footnote 0.99_02

Hyperlink code:
Link for forum:

Scalar::Footnote 0.99_02 Copyright

WareSeeker periodically updates pricing and software information of Scalar::Footnote 0.99_02 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 Scalar::Footnote 0.99_02 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
Scalar::Number is a Perl module with numeric aspects of scalars. Free Download
Clone is a Perl module that can recursively copy Perl datatypes. Free Download
Scalar::MultiValue is a Perl module to create a SCALAR with multiple values. Free Download
Scalar::Properties is a Perl module package that contains run-time properties on scalar variables. Free Download
Scalar::Util is a selection of general-utility scalar subroutines. Free Download
COPE is a CORBA implemented in Perl. Free Download
Set::Scalar Perl module contains a basic set of operations. Free Download
Tie::Scalar::Sticky is a Perl module with block assignments to scalars. Free Download