problem

2007-08-08 Thread prapulla gangavarapu
hi am learning c language . in the same time i am learning perl lanuage so i want one perl program to compile with debugging in cygwin . including each step is running debugging commands also i want. please send me reply as early as possible

a simple program

2007-08-08 Thread prapulla rani
hi am learning c language . in the same time i am learning perl lanuage so i want one perl program to compile with debugging in cygwin . including each step is running debugging commands also i want. please send me reply as early as possible

to call perl from MFC

2007-08-08 Thread Chang Min Jeon
hello, i want to call perl script from MFC. and to pass parameter MFC's buffer(eg. char*) to the perl function. thanks in advance. -- CashFlow To be rich. ___ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com To unsubscribe:

hash table question

2007-08-08 Thread Mark Funk
What exactly does the following Perl code do? %hash=(); open(PREVFILE, $prevfile) or die(Unable to open previous file); while(PREVFILE) { chomp; last if /BREAK/; $seen{$_}++; } close(PREVFILE); TIA, David M. Funk President/CEO Tivoli Certified Enterprise Consultant Specializing

RE: hash table question

2007-08-08 Thread Wagner, David --- Senior Programmer Analyst --- WGO
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Funk Sent: Wednesday, August 08, 2007 14:59 To: perl-win32-users@listserv.ActiveState.com Subject: hash table question What exactly

RE: hash table question

2007-08-08 Thread Suresh Govindachar`
Mark Funk asked: What exactly does the following Perl code do? %hash=(); open(PREVFILE, $prevfile) or die(Unable to open previous file); while(PREVFILE) { chomp; last if /BREAK/; $seen{$_}++; } close(PREVFILE); Exactly, the code does nothing

Compilation of Inline::Ruby on win32

2007-08-08 Thread Ed S. Peschko
All, I'm trying to compile Inline::Ruby on win32, using visualc++ v6 and activestate perl, without too much luck, in trying to get HttpWatch to work with perl. In particular, I'm having difficulty with the headers. When you try to compile it, the lines in malloc.h and signal.h (win32 headers)