open2.pl is deprecated, so use IPC::Open2 instead.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2014-02-07 19:27:59 +00:00
parent 301584aa78
commit 56f5775eb9
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43823

View file

@ -26,7 +26,7 @@ $searchpage = '/search/search.html';
$myurl = $ENV{'SCRIPT_NAME'};
$ENV{PATH} = "/bin:/usr/bin:/usr/local/bin";
require "open2.pl";
use IPC::Open2 'open2';
require "./cgi-lib.pl";
require "./cgi-style.pl";