G'day 👁️🍾👍🦟,

Just to complete your examples; Cygwin works the same as Ubuntu (probably any flavour of Linux) and PowerShell.

$ perl -v | head -2 | tail -1 This is perl 5, version 38, subversion 0 (v5.38.0) built for cygwin-th +read-multi $ alias perle alias perle='perl -Mstrict -Mwarnings -Mautodie=:all -MCarp::Always -E +' $ perle 'say "arg=:$_:" for @ARGV' 'Hello Bod' arg=:Hello Bod: $ cat print-args.pl use strict; use warnings; for my $arg (@ARGV) { print "arg=:$arg:\n"; } $ perl print-args.pl 'Hello Bod' arg=:Hello Bod:

Fun update:

In the greeting, I originally used "👁🍾🦟" (for eyepopslikeamosquito) which (I believe) you first used in "Re^8: Extracting DNC issues (LOLFOFLRATGSEAUSU)".

As those elements really only give "eyepopsamosquito", I've taken the liberty of adding 👍🏻 for "like"; I also upgraded the eye from its text form (👁) to its emoji form (👁️).
This gives: 👁️🍾👍🏻🦟

I'm fairly certain hippo was the first to use just emoji for his signature; i.e. 🦛. Perhaps you, not currently having a signature, would like to be the second, with 👁️🍾👍🏻🦟.

Fun update the Second: Changed 👁️🍾👍🏻🦟 to 👁️🍾👍🦟 in greeting as per stated preferences.

— Ken


In reply to Re^3: LICENCE file (single vs double quotes) by kcott
in thread LICENCE file by Bod

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.