Languages/Perl: Difference between revisions

    From KDE TechBase
    (Created page)
     
    (Added some information about Perl bindings for Qt 4)
    Line 1: Line 1:
    Perl is a powerful and versatile high-level programming language. You can find out more about the language itself on the [http://www.perl.org/ Perl Mongers website].
    Perl is a powerful and versatile high-level programming language. You can find out more about the language itself on the [http://www.perl.org/ Perl Mongers website].


    Complete object-oriented bindings for Qt based on [[Development/Languages/Smoke|SMOKE]] are available on the [http://perlqt.sourceforge.net/ PerlQt project page].
    You can read more about [http://qt-apps.org/content/show.php/Perl+Qt4?content=69748 Perl bindings for Qt 4] and [http://klv.lg.ua/~vadim/perlqt4/ download Perl Qt4].
     
    Complete object-oriented bindings for Qt 3, based on [[Development/Languages/Smoke|SMOKE]], are available on the [http://perlqt.sourceforge.net/ PerlQt project page].


    Those bindings provide virtual functions overloading, custom slots and signals, and Rapid Application Development (RAD) through puic, a Qt Designer compatible user interface compiler.
    Those bindings provide virtual functions overloading, custom slots and signals, and Rapid Application Development (RAD) through puic, a Qt Designer compatible user interface compiler.

    Revision as of 13:03, 5 May 2008

    Perl is a powerful and versatile high-level programming language. You can find out more about the language itself on the Perl Mongers website.

    You can read more about Perl bindings for Qt 4 and download Perl Qt4.

    Complete object-oriented bindings for Qt 3, based on SMOKE, are available on the PerlQt project page.

    Those bindings provide virtual functions overloading, custom slots and signals, and Rapid Application Development (RAD) through puic, a Qt Designer compatible user interface compiler.