Re: Class::Struct array assignment and access
- From: "A. Sinan Unur" <1usa@xxxxxxxxxxxxxxxxxxx>
- Date: Sat, 29 Apr 2006 20:21:35 GMT
"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
.
- Follow-Ups:
- Re: Class::Struct array assignment and access
- From: nelson331
- Re: Class::Struct array assignment and access
- References:
- Class::Struct array assignment and access
- From: nelson331
- Class::Struct array assignment and access
- Prev by Date: Re: Perl script does not work
- Next by Date: Re: Perl script does not work
- Previous by thread: Class::Struct array assignment and access
- Next by thread: Re: Class::Struct array assignment and access
- Index(es):