Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

analysis of text using Perl

  • 26-02-2004 09:00PM
    #1
    Closed Accounts Posts: 5


    If you have a TK GUI with a text area, and you want to allow the user to type code into this text area while the program is running. I want my program to analysis what is in the text area when the user presses a button.
    Does anyone know how I would go about this?


Comments

  • Registered Users, Registered Users 2 Posts: 437 ✭✭Spunj


    Don't use perl myself but I know it has excellent Regular Expression support. They are the main text manipulation method in most languages/platforms. A quick search in google for 'perl regular expression tutorial' shows: http://tlc.perlarchive.com/articles/perl/pm0001_perlretut.shtml.

    That should point you in the right direction.


Advertisement