Make this script work on hosts where PERL is not installed at

/usr/bin/perl.
This commit is contained in:
David Young 2019-11-13 13:04:26 -06:00
parent 07b59c0b63
commit 4281d101c4

View File

@ -1,5 +1,6 @@
#!/usr/bin/perl -w
#!/usr/bin/env perl
require 5.003;
use warnings;
#
# Copyright by The HDF Group.