[pgh-pm] system() not displaying scalar text

Daniel J. Wright Dan at DWright.Org
Tue Sep 4 13:23:55 PDT 2007


I wonder if the issue is that you are trying to interpolate unicode into a
normal string.

What happens if you do this instead?

  system( 'echo', $_ );

Also, I presume that "echo $_" isn't really what you are trying to do with
the system call and that you're just using that for demo purposes?

-Dan




More information about the pgh-pm mailing list