Re: [perl-win32-gui-users] General Perl Text Extraction doubt

2004-01-08 Thread Jez White
Hi, As a basic reply: coming up with a generic HTML parser for the kind of thing your doing will be difficult. You may find it quicker (in terms of development time) to do a custom hack for every website you'll be looking at. Other perl sites/lists would be able to help you better, a good place to

Re: [perl-win32-gui-users] General Perl Text Extraction doubt

2004-01-08 Thread Glenn Linderman
On approximately 1/8/2004 9:04 AM, came the following characters from the keyboard of #SHUCHI MITTAL#: Hi all Since everyone here is a perl expert and im a total newbie i would be very very grateful if someone could help me out with my doubts. Indeed everyone here is a perl expert... but thi

[perl-win32-gui-users] General Perl Text Extraction doubt

2004-01-08 Thread #SHUCHI MITTAL#
Hi all Since everyone here is a perl expert and im a total newbie i would be very very grateful if someone could help me out with my doubts. I am doing a project to develop a student professor system including databases etc. To start off I need lots of professor data from various websites of

RE: [perl-win32-gui-users] CVS commit

2004-01-08 Thread Stephen Pick
Hi, OK let me introduce Hooks to those in Win32::GUI::Users who may have missed its introduction. The Hacker Event Model / Hook Event Model / HEM allows you to define one or more Perl handlers for any window message, window command or notification. When your application receives a message that

RE: [perl-win32-gui-users] CVS commit

2004-01-08 Thread Frazier, Joe Jr
Steve, can you demonstrate the use of this and what this is for, because I am not quite following the whole thread. Is this a way to get controls to fire event handlers which were previously not available for that control? Joe Frazier, Jr. Technical Support Engineer Peopleclick Service Suppor

RE: [perl-win32-gui-users] PERL Expert

2004-01-08 Thread Stephen Pick
Hi, Most of the active people on this list are Perl "experts". Here's the code to make a logging box like you asked for: # Make a really simple new window: my $popup = new Win32::GUI::DialogBox ( -name => "LogPopup", -left => 100, -top => 100, -width => 200,

[perl-win32-gui-users] PERL Expert

2004-01-08 Thread #SHUCHI MITTAL#
Hi all I am sorry if this is the wrong place to post this message but I was wondering if anyone here is a general expert at the PERL language other than just at the Win32::GUI module. I needed some help and the regular perl forums and tutorials havent cleared my doubts so was hoping I can get