in reply to Re^2: LICENCE file (single vs double quotes)
in thread LICENCE file

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

Replies are listed 'Best First'.
Re^4: LICENCE file (single vs double quotes) - emoji sig
by eyepopslikeamosquito (Archbishop) on Oct 17, 2023 at 00:04 UTC

    I'm fairly certain hippo was the first to use just emoji for his signature ... Perhaps you, not currently having a signature, would like to be the second

    How could I resist a challenge like that? :)

    I've just edited my Settings -> Signature Settings for the first time, after 20+ years at the Monastery. I used your suggestion, minus the skin tone on the thumbs up, because the default yellow thumbs up emoji looks clearer to my eyes. Tips on using Perl Monks Signatures welcome.

    👁️🍾👍🦟

      ++ All good. I adjusted my post in line with your preferences.

      — Ken

        I'm fairly certain hippo was the first to use just emoji for his signature ... Perhaps you, not currently having a signature, would like to be the second

        kcott, I just noticed I'm not the second monk to use a pure emoji sig ... though I might be the third. ;-)

        I see Smonff's 🌸 (U+1F338 CHERRY BLOSSOM) sig was first used on Sep 10, 2020 in Diary of a Zydeco experiment - E01 - Introduction.

        I believe hippo first used 🦛 (U+1F99B HIPPOPOTAMUS) as his sig in Re^2: Scriptsock does not exist?? on Aug 06, 2020.

        Update: jeffenstein now has a pure emoji 🐪 (U+1F42A DROMEDARY CAMEL) sig - first used Apr 20, 2024.

        👁️🍾👍🦟