The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

LRpt::KeySubst - A module for substituting where keys placeholders in select templates

SYNOPSIS

  lks.pl --keys=keys.txt selects.txt 

DESCRIPTION

This module is a part of LRpt (LReport) library. It is used for replacing where keys placeholders with the actual value in selects templates. You should not use LRpt::KeySubst module directly in your code. Instead you should use lks.pl tool, which is a simple wrapper around the module. lks.pl looks like this:

  use strict;
  use LRpt::KeySubst;
  
  wkey_subst( @ARGV );
  

COMMAND LINE OPTIONS

--keys=name

Name of a file containing actual values for where keys to be put in select templates.

--help

Prints help screen.

METHODS

In this sections you will find a more or less complete listing of all methods provided by the package. Note that the package itself is not public so none of those methods are guaranteed to be maintained in future (including the package itself).

wkey_subst

  wkey_subst( @ARGV );

Main function. @ARGV is processes by standard Getopt::Long module. Meaning of each switch is given in SYNOPSIS.

  print_usage();

Prints usage text

SEE ALSO

The project is maintained on Source Forge http://lreport.sourceforge.net. You can find there links to some helpfull documentation like tutorial.

AUTHORS

Piotr Kaluski <pkaluski@piotrkaluski.com>

COPYRIGHT

Copyright (c) 2004-2006 Piotr Kaluski. Poland. All rights reserved.

You may distribute under the terms of either the GNU General Public License or the Artistic License, as specified in the Perl README file.