Re: Class::Struct array assignment and access



"nelson331" <nelson331@xxxxxxxxx> wrote in news:1146335481.061030.164470
@i40g2000cwc.googlegroups.com:

I want to access a structure within a structure. Below is what I had
in mind. Please help.

I don't understand what you need help with.

#!/perl/bin/perl

This is an odd shebang line for sure.

@blockArray = (@blockArray, $block1);

There is no mention of @blockArray before this line.

Make sure to put

use strict;
use warnings;

in your script, and tell us, please, what is your question?

Sinan

--
A. Sinan Unur <1usa@xxxxxxxxxxxxxxxxxxx>
(remove .invalid and reverse each component for email address)

comp.lang.perl.misc guidelines on the WWW:
http://augustmail.com/~tadmc/clpmisc/clpmisc_guidelines.html

.