File tree 15 files changed +23
-9
lines changed
15 files changed +23
-9
lines changed Original file line number Diff line number Diff line change
1
+ # !/usr/bin/perl
1
2
# -*- perl -*-
2
3
#
3
4
# $Id$
Original file line number Diff line number Diff line change
1
+ # !/usr/bin/perl
1
2
# -*- perl -*-
2
3
my $file = $ARGV [0] || ' dbilogstrip' ;
3
4
Original file line number Diff line number Diff line change
1
+ # !/usr/bin/perl
1
2
# -*- perl -*-
2
3
3
4
my $file = $ARGV [0] || ' dbiprof' ;
Original file line number Diff line number Diff line change
1
+ # !/usr/bin/perl
1
2
# -*- perl -*-
2
3
3
4
my $file = $ARGV [0] || ' dbiproxy' ;
Original file line number Diff line number Diff line change 1
- # !perl -w
1
+ # !/usr/bin/perl
2
+
2
3
use strict;
4
+ use warnings;
3
5
4
6
my $dbixs_rev_file = " dbixs_rev.h" ;
5
7
Original file line number Diff line number Diff line change
1
+ # !/usr/bin/perl
2
+
1
3
package DBI ;
2
4
3
5
use warnings;
Original file line number Diff line number Diff line change 1
- # !perl
1
+ # !/usr/bin/ perl
2
2
3
3
use strict;
4
4
use warnings;
Original file line number Diff line number Diff line change 1
- # ! /usr/bin/perl -w
1
+ # !/usr/bin/perl
2
2
3
3
# This script checks which style of WHERE clause(s) will support both
4
4
# null and non-null values. Refer to the NULL Values sub-section
34
34
# any pre-existing table so named.
35
35
36
36
use strict;
37
+ use warnings;
37
38
use DBI;
38
39
39
40
# The array represents the values that will be stored in the char column of our table.
Original file line number Diff line number Diff line change
1
+ # !/usr/bin/perl
1
2
#
2
3
# Copyright Martin J. Evans
3
4
#
Original file line number Diff line number Diff line change 1
- # !perl -w
1
+ # !/usr/bin/ perl
2
2
# vim:sw=4:ts=8
3
3
$| =1;
4
4
Original file line number Diff line number Diff line change 1
- # !/usr/local/ bin/perl -w
1
+ # !/usr/bin/perl
2
2
3
3
# $Id$
4
4
#
27
27
use Config;
28
28
use Getopt::Long;
29
29
use strict;
30
+ use warnings;
30
31
31
32
our $has_devel_leak = eval {
32
33
local $^W = 0; # silence "Use of uninitialized value $DynaLoader::args[0] in subroutine entry";
Original file line number Diff line number Diff line change 1
- # !perl -w
1
+ # !/usr/bin/ perl
2
2
# vim:sw=4:ts=8
3
3
$| =1;
4
4
Original file line number Diff line number Diff line change 1
- # !perl -w
1
+ # !/usr/bin/ perl
2
2
$| =1;
3
3
4
4
use strict;
5
+ use warnings;
5
6
use File::Path;
6
7
use File::Spec;
7
8
use Cwd;
Original file line number Diff line number Diff line change 1
- # !/usr/bin/env perl
1
+ # !/usr/bin/perl
2
+
2
3
use strict;
3
4
use warnings;
4
5
use DBI;
Original file line number Diff line number Diff line change 1
- # !/usr/local/ bin/perl -w
1
+ # !/usr/bin/perl
2
2
3
3
# $Id: test.pl 6734 2006-07-30 22:42:07Z timbo $
4
4
#
27
27
use Config;
28
28
use Getopt::Long;
29
29
use strict;
30
+ use warnings;
30
31
31
32
our $has_devel_leak = eval {
32
33
local $^W = 0; # silence "Use of uninitialized value $DynaLoader::args[0] in subroutine entry";
You can’t perform that action at this time.
0 commit comments