strict/warn

This commit is contained in:
Joe Cooper
2016-06-02 00:57:30 -07:00
parent af7b9c8fac
commit eaba21745a

View File

@@ -1,9 +1,12 @@
#!/usr/local/bin/perl
# Add some zone to the open list
use strict;
use warnings;
our (%in);
require './bind8-lib.pl';
&ReadParse();
@heiropen = &get_heiropen();
my @heiropen = &get_heiropen();
push(@heiropen, $in{'what'});
&save_heiropen(\@heiropen);
&redirect("index.cgi#$in{'what'}");