Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: A simple question that can't be asked

by sundialsvc4 (Abbot)
on Oct 27, 2017 at 22:00 UTC ( [id://1202208]=note: print w/replies, xml ) Need Help??


in reply to A simple question that can't be asked

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re^2: A simple question that can't be asked
by eyepopslikeamosquito (Archbishop) on Oct 27, 2017 at 23:42 UTC

    Please, in your quest to find the pedantic, please do not overlook the correct. Because, in the coming decades(!) where your answer will still be in service, your foolishness is destined to be pored-over by an unpredictable succession of people who have to decipher it. The big-fear on their mind is that somewhere amid your “extravagant typography™”, “stylistic devices®”, “flowery analogies©”, and “ ‘unnecessary’ «quotes»∞”, there may lie a grain of truth. Be kind to them ...

    N.B.: A key take-away of your proferred solution is that your source-code statement is not more “patchable” nor more “durable” than the earlier proferred answers ... and contains an incorrect(!) leading space in " _".

      G'day eyepopslikeamosquito,

      ++ Marvellous paraphrasing: most impressive.

      '... and contains an incorrect(!) leading space in " _".'

      Given that he's requested pedantry not be overlooked, I'll just add:

      • ... and is missing the final underscore
      • ... and pointlessly and confusingly escapes the first underscore
      • ... and uses the wrong case for the first character
      • ... and, most importantly, is the only piece of code, in this entire thread, whose purpose and intent is not immediately obvious.
      $ perl -e 'my ($v1, $v2) = qw{A B}; print "My answer is \"\_" . $v1 . +" _" . $v2 . "\"\n";' My answer is "_A _B"

      Unfortunately, I can only downvote it once.

      — Ken

Re^2: A simple question that can't be asked
by shawnhcorey (Friar) on Oct 28, 2017 at 14:06 UTC
    say join( q{}, q{my answer is "_}, $v1, q{_}, $v2, q{_"} );

    TIMTOWTDI (There Is More Than One Way To Do It).

Re^2: A simple question that can't be asked
by LanX (Saint) on Oct 28, 2017 at 03:49 UTC
Re^2: A simple question that can't be asked
by karlgoethebier (Abbot) on Oct 28, 2017 at 10:30 UTC
    "...it is “patchable.”"

    And i abandon all hope.

    «The Crux of the Biscuit is the Apostrophe»

    perl -MCrypt::CBC -E 'say Crypt::CBC->new(-key=>'kgb',-cipher=>"Blowfish")->decrypt_hex($ENV{KARL});'Help

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (1)
As of 2024-04-19 18:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found