The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

decode-session.pl - decodes Apache::ClickPath session identifiers

SYNOPSIS

 decode-session.pl [OPTIONS] session1 [... sessionN]

DESCRIPTION

decode-session.pl decodes an Apache::ClickPath session using Apache::ClickPath::Decode. See the Apache::ClickPath::Decode(3) manpage.

OPTIONS

--tag TAG
--friendly_sessions FILENAME
--server_map [FILENAME]

See the Apache::ClickPath::Decode(3) manpage for more information. The FILENAME argument to the --server_map option is optional. Currently calling it with a --server_map argument other than an empty string is not supported and gives a warning.

AUTHOR

Torsten Foertsch, <torsten.foertsch@gmx.net>

COPYRIGHT AND LICENSE

Copyright (C) 2004 by Torsten Foertsch

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.