in reply to
Re: Re: Re: Non-fixed data in record
in thread Non-fixed data in record
Okay,
As if you haven't noticed I'm not to good at the hash/array thing.
I'm not a newbie though. I'd say I'm intermediate. Anyway okay again for "radioChannelProperty",
If I wanted to print this "radioChannelProperty is at Sector 47" for radioChannelProperty's value of 00'H
I'd have to do this -
if (radioChannelProperty[0] =~ "00'H") {
print "radioChannelProperty is at Sector 47\n";
However let's say the above worked. How would I tell the script to find that line in the block of text.
if ($_ =~ /radioChannelProperty/) {
Oh, I'm lost on this one.
The Brassmon_k