in reply to refine output of Dumper

"in my actual program i cant just print array. (kind of limitation)"

Why?

Replies are listed 'Best First'.
Re^2: refine output of Dumper
by kaka_2 (Sexton) on Oct 24, 2014 at 10:23 UTC

    i can not say why? i work on a System Management tool which allow me to embedded perl codes in it but not exactly as we write perl program. i cant complie it outside the environment tool provides, and there is no way to print.

    Only thing i can do is using internal API's i can send the output to console and last time when i tried to send the output of array it did not work for me for that reason i had to use Dumper. Thanks.

    -KAKA-

      That sounds more like you cannot print to STDOUT, but can you print to STDERR?

      Can you warn?


      Enjoy, Have FUN! H.Merijn

      Do you send the Dumper output then to wherever (in place of printing yourself)?