Scalar::MultiValue

Scalar::MultiValue is a Perl module to create a SCALAR with multiple values.
Download

Scalar::MultiValue Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Graciliano M. P.
  • Publisher web site:
  • http://search.cpan.org/~gmpassos/

Scalar::MultiValue Tags


Scalar::MultiValue Description

Scalar::MultiValue is a Perl module to create a SCALAR with multiple values. Scalar::MultiValue is a Perl module to create a SCALAR with multiple values.This module create a SCALAR with multiple values, where this values can be randomic or can change by a defined period.USAGE:With a period of 2: my $s = new Scalar::MultiValue( , 2 ) ; for(0..8) { print "$sn" ; }Output: a a b b c c d dWith randomic values: my $s = new Scalar::MultiValue( , '*' ) ; for(0..8) { print "$sn" ; }Output: c d c b a d c c Requirements: · Perl


Scalar::MultiValue Related Software