in reply to Portable GUI Toolkit

Probably the most wellknown GUI module for Perl is Tk. But there's also a gtk interface, and there are a few more. A search on CPAN should reveal them.

As for report generator tools, there's a lot already buildin in Perl, like formats and print(f). For more advanced stuff, it all depends what kind of reports you want to create from which data in which format.

Search CPAN to see if there's something that's useful for you.

Abigail

Replies are listed 'Best First'.
Re: Re: Portable GUI Toolit
by hardburn (Abbot) on Sep 11, 2003 at 13:49 UTC

    Although GTK+ is portable to a lot of platforms, and Perl is portable to a lot of platforms, the Perl-GTK+ interface doesn't work on Win32 (at least, that was the situation when I tried it ~6 months ago).

    Tk or Wx are probably the best bets for portable GUIs under Perl.

    ----
    I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
    -- Schemer

    Note: All code is untested, unless otherwise stated

Re: Re: Portable GUI Toolit
by rasta (Hermit) on Sep 11, 2003 at 14:10 UTC
    I would like to offer multi-font reports with possibility to place grafical objects, the program should provide report preview and has possibility easely change report templates (at least for power users).

    I think it could be some XML based report generator...


    -- Yuriy Syrota
      Perl, XHTML1.1, <insert favorite web server here>
      Here's all the portable interface toolkit you need.