9 Commits (master)

Author SHA1 Message Date
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
4 years ago
terminalforlife d7473ac185 Fix trailing whitespace on all files
Tidy files; tidy soul!
4 years ago
terminalforlife 59ac157226 Add to `_perl/1line` 4 years ago
Igor Chubin 2defb200ac added rosetta name to language info 5 years ago
Igor Chubin e4289b35ed removed empty lines from paragraphs 6 years ago
Igor Chubin a7d55c049f
Merge pull request #8 from neilhwatson/master
Intial attempt at a Perl entry on subroutines
6 years ago
HairyFotr df2101d2fb
Fix typos 6 years ago
Igor Chubin 12709b2f6b added skeleton for all currently available languages 6 years ago
Neil H watson 2243178be4 Intial attempt at a Perl entry on subroutines 7 years ago