X-Git-Url: http://git.shiar.nl/perl/plp/.git/blobdiff_plain/c425b50ff4140d6e6d9556fd1e4c380def5fc3e0..d7eecb5ca73d043897b6e49c14845bda97ba2202:/PLP/Functions.pm diff --git a/PLP/Functions.pm b/PLP/Functions.pm index ef5b311..fa23270 100644 --- a/PLP/Functions.pm +++ b/PLP/Functions.pm @@ -4,7 +4,7 @@ use base 'Exporter'; use Fcntl qw(:flock); use strict; -our @EXPORT = qw/HiddenFields Entity DecodeURI EncodeURI Entity include PLP_END +our @EXPORT = qw/Entity DecodeURI EncodeURI include PLP_END AddCookie ReadFile WriteFile AutoURL Counter Include exit/; sub Include ($) { @@ -32,16 +32,6 @@ sub PLP_END (&) { push @PLP::END, shift; } -sub HiddenFields ($@) { - my $hash = shift; - my %saves; - @saves{@_} = (); - for (keys %$hash) { - print qq{} - unless exists $saves{$_}; - } -} - sub Entity (@) { my $ref; my @copy;