X-Git-Url: http://git.shiar.nl/gitweb.cgi/perl/plp/.git/blobdiff_plain/123b0af80086cfc59726208a2cb390b6532f5036..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;