]>
iEval git - html-element-library.git/blob - t/SimpleClass.pm
4 my @name = qw(bob bill brian babette bobo bix);
5 my @age = qw(99 12 44 52 12 43);
6 my @weight = qw(99 52 80 124 120 230);
11 bless {}, ref($this) || $this;
21 weight
=> shift @weight
This page took 0.0500389999999999 seconds and 4 git commands to generate.