Help for this page

Select Code to Download


  1. or download this
    use Class::Struct qw(struct);
    struct S=>[a=>'$',b=>'@']; #"b" is an array
    ...
    
    # Would also like to do 
    my @x = $a->b; % Extract entire array