generated from seanpm2001/Git-Template_V8
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
PROJECT_LANG_19.pl
18 lines (16 loc) · 1.05 KB
/
PROJECT_LANG_19.pl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/env perl
# Start of script
# Project language file 19
# For: seanpm2001/Seanpm2001-GitHub-Pages-Collection
# About:
# I decided to make Perl the 19th project language file for this project (seanpm2001/Seanpm2001-GitHub-Pages-Collection) as Perl is one of the languages briefly used in some GitHub pages portions of this project, and I am representing all project languages today via project language files (2022, Tuesday, August 16th)
print "Project language file 19";
print "For: seanpm2001/Seanpm2001-GitHub-Pages-Collection";
print "About:";
print "I decided to make Perl the 19th project language file for this project (seanpm2001/Seanpm2001-GitHub-Pages-Collection) as Perl is one of the languages briefly used in some GitHub pages portions of this project, and I am representing all project languages today via project language files (2022, Tuesday, August 16th)";
break;
# File info
# File type: Perl source file (*pl)
# File version: 1 (2022, Tuesday, August 16th at 8:38 pm PST)
# Line count (including blank lines and compiler line): 19
# End of script