- or download this
100110000000....
- or download this
@device1_status = qw (
Enabled
...
.
.
);
- or download this
foreach my $index (0 .. $#bits) {
print "$device1_status[$index]\n" if ( $bits[$index] );
}
- or download this
%status = {
'dev1' => [ qw( enabled
...
.
) ],
};