105 lines
3.2 KiB
Diff
105 lines
3.2 KiB
Diff
|
--- examples/age_in_days_eu.pl
|
||
|
+++ examples/age_in_days_eu.pl
|
||
|
@@ -1,4 +1,4 @@
|
||
|
-#!perl -w
|
||
|
+#!/usr/bin/perl -w
|
||
|
|
||
|
###############################################################################
|
||
|
## ##
|
||
|
--- examples/age_in_days_us.pl
|
||
|
+++ examples/age_in_days_us.pl
|
||
|
@@ -1,4 +1,4 @@
|
||
|
-#!perl -w
|
||
|
+#!/usr/bin/perl -w
|
||
|
|
||
|
###############################################################################
|
||
|
## ##
|
||
|
--- examples/anniversaries.pl
|
||
|
+++ examples/anniversaries.pl
|
||
|
@@ -1,4 +1,4 @@
|
||
|
-#!perl -w
|
||
|
+#!/usr/bin/perl -w
|
||
|
|
||
|
###############################################################################
|
||
|
## ##
|
||
|
--- examples/bug.pl
|
||
|
+++ examples/bug.pl
|
||
|
@@ -1,4 +1,4 @@
|
||
|
-#!perl
|
||
|
+#!/usr/bin/perl
|
||
|
|
||
|
BEGIN { eval { require bytes; }; }
|
||
|
use strict;
|
||
|
--- examples/delta.pl
|
||
|
+++ examples/delta.pl
|
||
|
@@ -1,4 +1,4 @@
|
||
|
-#!perl -w
|
||
|
+#!/usr/bin/perl -w
|
||
|
|
||
|
###############################################################################
|
||
|
## ##
|
||
|
--- examples/holidays.pl
|
||
|
+++ examples/holidays.pl
|
||
|
@@ -1,4 +1,4 @@
|
||
|
-#!perl -w
|
||
|
+#!/usr/bin/perl -w
|
||
|
|
||
|
###############################################################################
|
||
|
## ##
|
||
|
--- examples/income.pl
|
||
|
+++ examples/income.pl
|
||
|
@@ -1,4 +1,4 @@
|
||
|
-#!perl -w
|
||
|
+#!/usr/bin/perl -w
|
||
|
|
||
|
###############################################################################
|
||
|
## ##
|
||
|
--- examples/linearcal.pl
|
||
|
+++ examples/linearcal.pl
|
||
|
@@ -1,4 +1,4 @@
|
||
|
-#!perl -w
|
||
|
+#!/usr/bin/perl -w
|
||
|
|
||
|
###############################################################################
|
||
|
## ##
|
||
|
--- examples/nth_weekday.pl
|
||
|
+++ examples/nth_weekday.pl
|
||
|
@@ -1,4 +1,4 @@
|
||
|
-#!perl -w
|
||
|
+#!/usr/bin/perl -w
|
||
|
|
||
|
###############################################################################
|
||
|
## ##
|
||
|
--- examples/time.pl
|
||
|
+++ examples/time.pl
|
||
|
@@ -1,4 +1,4 @@
|
||
|
-#!perl -w
|
||
|
+#!/usr/bin/perl -w
|
||
|
|
||
|
###############################################################################
|
||
|
## ##
|
||
|
--- examples/vacation.pl
|
||
|
+++ examples/vacation.pl
|
||
|
@@ -1,4 +1,4 @@
|
||
|
-#!perl -w
|
||
|
+#!/usr/bin/perl -w
|
||
|
|
||
|
###############################################################################
|
||
|
## ##
|
||
|
--- examples/weiberfastnacht.pl
|
||
|
+++ examples/weiberfastnacht.pl
|
||
|
@@ -1,4 +1,4 @@
|
||
|
-#!perl -w
|
||
|
+#!/usr/bin/perl -w
|
||
|
|
||
|
###############################################################################
|
||
|
## ##
|
||
|
--- tools/compile.pl
|
||
|
+++ tools/compile.pl
|
||
|
@@ -1,4 +1,4 @@
|
||
|
-#!perl
|
||
|
+#!/usr/bin/perl
|
||
|
|
||
|
###############################################################################
|
||
|
## ##
|