in reply to Re^2: remove 16 Zeros
in thread remove 16 Zeros
Folk, i need help again :-(
how do i save this value (pvid) to a sub function in perl? there are keys defined in the sub function and they are pushed and later prints in html:
push(@{$lsmap_slots{$key}}, $svsa); push(@{$lsmap_slots{$key}}, $physloc); push(@{$lsmap_slots{$key}}, $vtd); push(@{$lsmap_slots{$key}}, $lun); push(@{$lsmap_slots{$key}}, $backing); push(@{$lsmap_slots{$key}}, $bdphysloc); push(@{$lsmap_slots{$key}}, $status);
how do i push pvid in this sub function?>
i know, i have to read but Perl is very heavy for me at the Moment. Kind Regards
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: remove 16 Zeros
by Anonymous Monk on Oct 21, 2015 at 07:11 UTC | |
by Anonymous Monk on Oct 26, 2015 at 10:52 UTC |