You might be getting sidetracked into issues with @_. I tried running your examples with:
mysub( $x, "a string" );
and I got the same results as using =>, however they both differ slightly from yours (aside from the addresses):
SV = RV(0x3b230) at 0x3b224 REFCNT = 1 FLAGS = (TEMP,ROK) RV = 0x18ab37c SV = PVAV(0x3c2f0) at 0x18ab37c REFCNT = 3 FLAGS = () ARRAY = 0x18bae14 FILL = 1 MAX = 3 ARYLEN = 0x0 FLAGS = (REAL) Elt No. 0 SV = IV(0x18ab3a8) at 0x18ab3ac REFCNT = 2 FLAGS = (PADMY,IOK,pIOK) IV = 10 Elt No. 1 SV = PV(0x381ec) at 0x18c6944 REFCNT = 2 FLAGS = (PADTMP,POK,READONLY,pPOK) # < difference here PV = 0x18c0b9c "a string"\0 CUR = 8 LEN = 12
I'm running Windows ActiveState 5.10.0.

In reply to Re: Further clarification of the Fat Comma by cdarke
in thread Further clarification of the Fat Comma by ig

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.