NAME

Tkx::TclTk::Bind - Load Tcl/Tk-Library to Temp-Directory

VERSION

This is version 1.0.00

SYNOPSIS

use Tkx::TclTk::Bind qw{ &load_library };
...
my $temp_dir = load_library('tlc-tk-library-archiv');

DESCRIPTION

This modul is a helper-modul for moduls:

Tkx::TclTk::Bind::IWidgets
Tkx::TclTk::Bind::ImageLibrary

FUNCTIONS

load_library(...)

Load and extract the given library-archiv (TAR-Ball without system-type and '.tar') to the User-TEMP-Directory.

When program will ending, the modul delete all temp-files.

The modul include support for PerlApp from ActiveState.

PRAGMAS

strict
warnings

back

MODULE

Archive::Tar
Const::Fast
Englich
Exporter
File::Remove
File::Spec
Tkx

AUTHOR

Juergen von Brietzke <juergen.von.brietzke@t-online.de>

COPYRIGHT AND LICENSE

This software is copyright (c) by Juergen von Brietzke.

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

3 POD Errors

The following errors were encountered while parsing the POD:

Around line 191:

Unknown directive: =over3

Around line 193:

'=item' outside of any '=over'

Around line 220:

You forgot a '=back' before '=head1'