Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Perl/SamplePerlProgram.pl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/perl

#hey 2nd time
use warnings;

print "A Basic Perl Program\n";
Expand Down Expand Up @@ -31,4 +31,4 @@
$multiline = "first line
second line
third line";
print "Multiline String: $multiline\n";
print "Multiline String: $multiline\n";