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 | |
by kcott (Archbishop) on Oct 17, 2023 at 01:52 UTC | |
by eyepopslikeamosquito (Archbishop) on Dec 12, 2023 at 12:31 UTC | |
by kcott (Archbishop) on Dec 12, 2023 at 17:11 UTC |