Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Unicode issues with emc uemcli

by pritesh_ugrankar (Monk)
on Sep 07, 2020 at 22:38 UTC ( [id://11121468]=note: print w/replies, xml ) Need Help??


in reply to Unicode issues with emc uemcli

Hi Haukex,

I still do not see the upvoting radio button. I wish I could see it and give all the day's upvotes to you. I will try tomorrow. That is the least I can do for all your help. Thank you once again and you have a good day. My other gripe is I am still not able to figure out why the "\" comes before my and the code still works. It's usually my \$scalar_ref, but here it seems like \my $scalar_ref, which is baffling.

Replies are listed 'Best First'.
Re^2: Unicode issues with emc uemcli
by hippo (Bishop) on Sep 08, 2020 at 10:03 UTC
    I still do not see the upvoting radio button.

    How do I vote? in the Voting/Experience System says:

    If you don't see any vote buttons, that could be because: (a) you can't vote because your monk level doesn't grant you any votes; (b) you've used up all the votes you had; (c) you're viewing something that inherently can't be voted on; (d) you've already voted on all the votable nodes on the page.

    🦛

      Hi Hippo,

      Thank you for the update. I was able to vote about 2 to 3 days ago..but not anymore. This question I had posted here was something important related to work and Haukex and other folks who have answered truly deserve an upvote at the least from me. I'll wait for another day and see...

Re^2: Unicode issues with emc uemcli
by ikegami (Patriarch) on Sep 07, 2020 at 23:16 UTC

    \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://11121468]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (7)
As of 2024-04-19 12:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found