viprsrevenge has asked for the wisdom of the Perl Monks concerning the following question:
How can this be solved?for $regarray (@regarray) { print "$regarray = "; $reghex = hex($regarray); @decarray = $reghex; print ".".$reghex; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Array values to a decimal string?
by ig (Vicar) on May 29, 2011 at 04:06 UTC | |
|
Re: Array values to a decimal string?
by Anonymous Monk on May 29, 2011 at 02:30 UTC |