-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPROJECT_LANG_1.pl
25 lines (20 loc) · 1.14 KB
/
PROJECT_LANG_1.pl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#!/usr/bin/env perl
# Start of script
# Project language file 1
print "Project language file 1";
print "For: Perl Harbor";
print "About:";
print "Perl Harbor is written in Perl, due to its 1 letter difference with Pearl, and is used to remember and commemorate the attacks on Pearl Harbor on 1941, Sunday December 7th, with the 2399 people killed (2335 when not counting the attacking Kamikaze pilots) it is accompanied with Perl6, and Pod, but not Raku. It is getting its own project language file, starting here.";
break;
wait "95";
exit;
# Output
# Project language file 1
# For: Perl Harbor
# About:
# Perl Harbor is written in Perl, due to its 1 letter difference with Pearl, and is used to remember and commemorate the attacks on Pearl Harbor on 1941, Sunday December 7th, with the 2399 people killed (2335 when not counting the attacking Kamikaze pilots) it is accompanied with Perl6, and Pod, but not Raku. It is getting its own project language file, starting here.
# File info
# File type: Perl source file (*.pl)
# File version: 2 (2022, Saturday, December 10th at 7:30 pm PST)
# Line count (including blank lines and compiler line): 26
# End of script