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

NAME

PBibTk::Main - GUI for PBib, a tool for managing and processing bibliographic data

SYNOPSIS

        # taken from PBibTk.pl
        use PBibTk::LitRefs;
        use PBibTk::Main;
        
        my $litrefs = new PBibTk::LitRefs();
        $litrefs->processArgs();
        
        my $ui = new PBibTk::Main($litrefs);
        $ui->main();

DESCRIPTION

I wrote PBib to have something like BibTex for MS Word that can use a various sources for bibliographic references, not just BibTex files, but also database systems.

PBibTk.pl / PBibTk::Main is a simple GUI written with Perl's Tk package.

See the PBibTk.pl documentation for more information.

AUTHOR

Peter Tandler <pbib@tandlers.de>

COPYRIGHT AND LICENCE

Copyright (C) 2002-2004 P. Tandler

For copyright information please refer to the LICENSE file included in this distribution.

SEE ALSO

Modules: PBib::PBib, PBibTk::RefDialog, PBibTk::SearchDialog

Scripts: bin/pbib.pl, bin/PBibTk.pl

URL: http://tandlers.de/peter/pbib/