Re: Query regarding XS-XSUB module in activestate perl on windows XP

2007-02-22 Thread prashanth paramanandan
;Hello world"); Would be glad if i get some insight into this strange behaviour. Sisyphus <[EMAIL PROTECTED]> wrote: - Original Message - From: prashanth paramanandan > Firstly about the "nmake test" - it too has the same issue wherein it > cannot load the d

Re: Query regarding XS-XSUB module in activestate perl on windows XP

2007-02-21 Thread prashanth paramanandan
00% okay. NMAKE : fatal error U1077: 'C:\Perl2\bin\perl.exe' : return code '0x1' Stop. I tried searching for COREdll.dll but none of them seem to be the answer Sisyphus <[EMAIL PROTECTED]> wrote: - Original Message - From: prashanth paramanandan To: perl-win32-us

Query regarding XS-XSUB module in activestate perl on windows XP

2007-02-20 Thread prashanth paramanandan
Hi I was able to create a Xtension Subroutine but at the time when i try to run my test perl file: perl hello.pl I encounter the error : COREdll.dll not found and the script compliants saying: (It was earlier complaining of not finding msvcr80.dll which i solved by puttin git into the system32

Re: Search a free Perl debugger

2003-02-03 Thread Prashanth
try evaluation version of PDK from activestate.com - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 03, 2003 8:34 PM Subject: Search a free Perl debugger > Hi, > > I have to debug my scripts. But i don't know a free Perl debugger. > Can you re

Re: WAV to MP3

2003-01-23 Thread Prashanth
I guess this is the link to notlame http://www.idiap.ch/~sanders/not_lame/ - Original Message - From: "Prashanth" <[EMAIL PROTECTED]> To: "Ken Cornetet" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, January 24, 2003 3:30 AM Subject: Re: WA

Re: WAV to MP3

2003-01-23 Thread Prashanth
A wrapper for the notlame program is available on cpan http://search.cpan.org/author/ECALDER/POE-Component-Enc-Mp3-1.2/ not sure where to look for notlame - Original Message - From: "Ken Cornetet" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 24, 2003 3:22 AM Subjec

Re: Get IP Address

2003-01-22 Thread Prashanth
use Socket; use Sys::Hostname; my $host = hostname(); my $addr = inet_ntoa(scalar gethostbyname($host || 'localhost')); - Original Message - From: "Jarvis, John" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "Jarvis, John" <[EMAIL PROTECTED]> Cc: "'[EMAIL PROTECTED]'" <[EMAI

Re: turning quick edit mode off

2003-01-07 Thread Prashanth
be turned off for current Window and all future windows. Prashanth - Original Message - From: "Sindhi, Abdul" <[EMAIL PROTECTED]> To: "'Dan Morrison'" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, January 08, 2003 3:37 AM Subjec

Re: Finding the OS type

2002-11-18 Thread Prashanth
Title: Finding the OS type The $^O variable contains an indication of the name of the operating system (not its release number) that your perl binary was built for. - Original Message - From: John Drabinowicz To: Perl-Win32-Users Sent: Tuesday, November 19, 2002 1:0