Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^2: Unicode issues with emc uemcli

by ikegami (Patriarch)
on Sep 07, 2020 at 23:16 UTC ( [id://11121472]=note: print w/replies, xml ) Need Help??


in reply to Re: Unicode issues with emc uemcli
in thread Unicode issues with emc uemcli

\my $out declares $out (my $out) and returns a reference to it (\$out). run3 takes this to mean the output the output to be placed in $out. Without the \, you'd be passing the value of $out, which is undefined. run3 takes this to mean the child should inherit the parent's STDOUT.

Update: Doh! I said "With the \" when I meant "Without the \". Fixed. Thenks choroba.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11121472]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (3)
As of 2024-04-19 20:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found