in reply to Unicode issues with emc uemcli
As an extra debugging step, could you please show the output of the following code?
use warnings; use strict; use Data::Dump; use IPC::Run3; run3 ['uemcli','-d',$vnxe_ip,'-u',$username,'-p',$password, '/sys/general','show','-detail'], undef, \my $out; dd $out;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Unicode issues with emc uemcli
by pritesh_ugrankar (Monk) on Sep 07, 2020 at 19:08 UTC | |
by haukex (Archbishop) on Sep 07, 2020 at 20:02 UTC | |
by pritesh_ugrankar (Monk) on Sep 07, 2020 at 21:55 UTC | |
by haukex (Archbishop) on Sep 08, 2020 at 07:01 UTC | |
by pritesh_ugrankar (Monk) on Sep 08, 2020 at 16:28 UTC | |
| |
by ikegami (Patriarch) on Sep 07, 2020 at 23:12 UTC | |
by haukex (Archbishop) on Sep 08, 2020 at 06:52 UTC | |
by pritesh_ugrankar (Monk) on Sep 07, 2020 at 20:57 UTC | |
by haukex (Archbishop) on Sep 08, 2020 at 06:54 UTC |