Commit 2c3bd9e8 authored by Peter Eisentraut's avatar Peter Eisentraut

/usr/local/bin/perl => /usr/bin/perl

parent 2ec5eedd
#!/usr/local/bin/perl
#!/usr/bin/perl
# $Id: ApachePg.pl,v 1.1 2000/06/01 03:05:24 momjian Exp $
# $Id: ApachePg.pl,v 1.2 2001/09/04 11:41:04 petere Exp $
# demo script, tested with:
# - PostgreSQL-6.4
......
#!/usr/local/bin/perl
#!/usr/bin/perl
# $Id: example.newstyle,v 1.1 2000/06/01 03:05:24 momjian Exp $
# $Id: example.newstyle,v 1.2 2001/09/04 11:41:04 petere Exp $
######################### globals
......
#!/usr/local/bin/perl
#!/usr/bin/perl
# $Id: example.oldstyle,v 1.1 2000/06/01 03:05:24 momjian Exp $
# $Id: example.oldstyle,v 1.2 2001/09/04 11:41:04 petere Exp $
######################### globals
......
#!/usr/local/bin/perl -w
#!/usr/bin/perl -w
# $Id: test.pl,v 1.13 2000/11/17 00:24:03 tgl Exp $
# $Id: test.pl,v 1.14 2001/09/04 11:41:04 petere Exp $
# Before `make install' is performed this script should be runnable with
# `make test'. After `make install' it should work as `perl test.pl'
......
#!/usr/local/bin/perl
#!/usr/bin/perl
#
# Accepts one argument - DBMS name (pgsql, ...) and initializes
# global variable $TestDBMS with this name.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment