Help for this page

Select Code to Download


  1. or download this
    use strict;
    use File::Find;
    ...
        my $s = CGI::Session->new( undef, $1, { Directory => SESSION_DIR }
    + );
        $s->delete && print "$1\n" if $s->is_new;
    }