2
0
mirror of https://github.com/chubin/cheat.sheets synced 2024-11-15 06:12:59 +00:00
cheat.sheets/sheets/_perl
terminalforlife d4b5e7f5dc Correct double-negative logic in Perl one-liner
Beforehand, it was only adding unnecessary confusion.

Either:

	CONDITION && COMMAND

OR:

	CONDITION || COMMAND

Never:

	! CONDITION && COMMAND
2020-10-26 23:56:16 +00:00
..
_info.yaml added rosetta name to language info 2019-02-07 17:09:48 +00:00
1line Correct double-negative logic in Perl one-liner 2020-10-26 23:56:16 +00:00
subroutines Fix trailing whitespace on all files 2020-02-22 02:47:54 +00:00