NAME

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

VERSION

This is version 1.2.01

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

Use this modul not direct !!!

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

base
strict
version
warnings

MODULE

Archive::Tar
Config
Const::Fast
English
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.