Quote::Reference

Shortcut notation for whitespace-delimited array and hash references
Download

Quote::Reference Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Anthony Kilna
  • Publisher web site:
  • http://search.cpan.org/~kilna/

Quote::Reference Tags


Quote::Reference Description

Quote::Reference is a Perl module that uses source filtering to allow creating hash and array references just as easily and clean as using qw(...).SYNOPSIS use Quote::Reference; # Set $foo = ; my $foo = qwr( this is an array reference ); # Set $bar = { # 'red' => 'FF0000', # 'green' => '00FF00', # 'blue' => '0000FF' # } my $bar = qhr{ red FF0000 green 00FF00 blue 0000FF };Product's homepage


Quote::Reference Related Software