?node_id=3989;HIT=my%20%24%20if;re=N Found 8 nodes roughly between 2011-04-05 and 1999-10-04 (searched 100.00% of DB).


where title contains all of "my", "$", "if"

2009-05-07 perl5ever scope of my $x in if statements SoPW
2009-02-12 sandy1028 Difference between my ($foo) & my $foo SoPW
2008-01-14 parv "my $p = value if condition()" as bad|deprecated as "my $p if 0" (Naughty indeed) SoPW
2007-12-29 Limbic~Region What about if (my $var = foo()) { ... } SoPW
2005-04-29 mda2 $_ = "My First JAPH"; print ( (split(/\s/, $_), Multi)0,3,2) if ( $,=" " ) Obfu
2005-01-26 szabgab my $cache = undef if undef; SoPW
2004-03-01 Roger Perl Idioms Explained - my ($foo, $bar) = @{shift(@_)}{qw/ -foo -bar /} Med
2001-07-14 MeowChow It *is* a feature: mod_perl and 'my $x if 0' Med


In reply to Re: A curious case of of my() by Anonymous Monk
in thread A curious case of of my() by fleetingflicker

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.