
Spreadsheet::Perl::Reference - Reference access for Spreadsheet::Perl

my $variable = 25 ;
$ss{A1} = Ref(\$struct->{something}) ;
$ss{A2} = PerlFormula('$ss{A1}') ;
print "$ss{A1} $ss{A2}\n" ;
$ss{A1} = 52 ;
print "\$variable = $variable\n" ;

Part of Spreadsheet::Perl.

Khemir Nadim ibn Hamouda. <nadim@khemir.net>
Copyright (c) 2004 Nadim Ibn Hamouda el Khemir. All rights reserved. This program is free software; you can redis- tribute it and/or modify it under the same terms as Perl itself.
If you find any value in this module, mail me! All hints, tips, flames and wishes are welcome at <nadim@khemir.net>.