Module for parsing INI files -- FOUND

2002-04-14 Thread Toby Stuart
Found one, Config::IniFiles Seems i am blind :) -Original Message- From: Toby Stuart [mailto:[EMAIL PROTECTED]] Sent: Monday, April 15, 2002 3:56 PM To: '[EMAIL PROTECTED]' Subject: Module for parsing INI files Hi All, Anyone know of a module for parsing INI files? I've searched CPAN

Re: Module for parsing INI files

2002-04-14 Thread taguti
Search by "config". on http://theoryx5.uwinnipeg.ca/CPAN/cpan-search.html Config-IniFiles-2.27: A module for reading .ini-style configuration files. is one of what you want. & many other moduls there... Hirosi Taguti [EMAIL PROTECTED] In message <[EMAIL PROTECTED]> "Module for parsing INI

win32::sound , setting volume..

2002-04-14 Thread ed
Hey all. I'm messing around with win32::sound. The simple example I found plays the file, but it doesn't seem to set the wav device volume properly. I can only get it to play through one channel. use Win32::Sound; Win32::Sound::Volume('100%'); Win32::Sound::Play("file.wav"); Win

Module for parsing INI files

2002-04-14 Thread Toby Stuart
Hi All, Anyone know of a module for parsing INI files? I've searched CPAN for things like: INI, Ini, Win32::TieIni, TieIni etc etc. Nothing! Am i blind? I would've thought this to exist. Something that loads the whole INI into a hash would be ideal. It has to work with sections however. If no

perl-win32-users@listserv.activestate.com

2002-04-14 Thread Joe Schell
> -Original Message- > Behalf Of Pankaj Agarwal > > Hi All, > > I am using following code block > > if($data =~ /,(\w{1,}\s{0,}){1,}\n/){ > print $&; > } > > now if $data is ", a and b" the pattern matches but if > it is ",a & b" it doesn't how can I avoid the special > meaning of & > N

Win32::Daemon Syntax

2002-04-14 Thread Ken Swift
I am having troubles with the syntax for the win32::daemon. I have a script that works fine stand-alone, but it doesn't work as a service. I was able to create the service, but when the service is started, the service doesn't seem to run the script. I also can't seem to stop the service once it

perl-win32-users@listserv.activestate.com

2002-04-14 Thread Pankaj Agarwal
Hi All, I am using following code block if($data =~ /,(\w{1,}\s{0,}){1,}\n/){ print $&; } now if $data is ", a and b" the pattern matches but if it is ",a & b" it doesn't how can I avoid the special meaning of & Thanks for ur time Pankaj __ Do Y

Re: Perl-Win32-Users digest, Vol 1 #899 - 5 msgs

2002-04-14 Thread Rex Arul
Managing sessions under Active-Server Pages in IIS, is independent of which scripting language you use, as it is purely a function of the ASP.DLL Therefore, if you use VBScript/Javascript or Perlscript, yet you could use the rich Session Management functions of ASP under IIS. Here is a sample cod

Re: Perl-Win32-Users digest, Vol 1 #899 - 5 msgs

2002-04-14 Thread Rex Arul
Managing sessions under Active-Server Pages in IIS, is independent of which scripting language you use, as it is purely a function of the ASP.DLL Therefore, if you use VBScript/Javascript or Perlscript, yet you could use the rich Session Management functions of ASP under IIS. Here is a sample cod

Re: What is EOF for STDIN on WinME

2002-04-14 Thread $Bill Luebkert
Joel Watson wrote: > I've been told EOF should be control-z. But when I use control-z the program > terminates. In the attached example pressing control-z terminates the > program without printing EOF. > > Is there some option I need to set, or another control character I should be > using? I

session management

2002-04-14 Thread Michael J Asbridge
what is the best way to manage HTTP sessions using perl on window platform with IIS? regards Michael Asbridge Sun Certified Java 2 Programmer Application Developer (Advisory) (IBM Global Services(E-Business Application Services(Messaging Services))) location: IBM

session management in IIS

2002-04-14 Thread Michael J Asbridge
Hi using active perl in IIS what is the best way to manage sessions? I cannot use Apache::sessions as I am using IIS! regards Michael Asbridge Sun Certified Java 2 Programmer Application Developer (Advisory) (IBM Global Services(E-Business Application Services(Mes

What is EOF for STDIN on WinME

2002-04-14 Thread Joel Watson
I've been told EOF should be control-z. But when I use control-z the program terminates. In the attached example pressing control-z terminates the program without printing EOF. Is there some option I need to set, or another control character I should be using? I really want to terminate STDIN i