Perl - Mailing Related doubt [ Mail Merge ]

2002-07-24 Thread ponnam . balam
Dear friends, I would like to do the Mail merge like concept in perl I have the data file which looks like File 1: #userntloginemail project list of files pons ponma X

perldoc

2002-07-24 Thread Randy W. Sims
perldoc under Win32 currently defaults to -t (display as text) with no way to override. There is a version of GNU groff available for Win32 that would allow viewing as formatted text pages, which is much easier to read. I made a few minor changes to perldoc to allow viewi

Re: Install fine - CGIs won't run

2002-07-24 Thread Joe Richards
By default .cgi is not associated to perl. You need to make that association in IIS. -- - Original Message - From: "Robert Helms" <[EMAIL PROTECTED]> To: "Perl_Users" <[EMAIL PROTECTED]> Sent: Tuesday, July 23, 2002 9:15 PM Subject: Install fine - CGIs won't run > Hello Group, > > I hav

Re: recursive deletion

2002-07-24 Thread $Bill Luebkert
Michael D. Schleif wrote: > "$Bill Luebkert" wrote: > > > >>use File::Find; >>&File::Find::find (\&wanted, $to); >>exit 0; >> >>sub wanted {# clear local tree if wanted >>return if -d "$File::Find::dir/$_"; >>myprint "Would " if $noexec; >>myprint "unlink $File::Find::dir/$_\n" if $noexec o

Re: recursive deletion

2002-07-24 Thread Michael D. Schleif
"$Bill Luebkert" wrote: > use File::Find; > &File::Find::find (\&wanted, $to); > exit 0; > > sub wanted {# clear local tree if wanted > return if -d "$File::Find::dir/$_"; > myprint "Would " if $noexec; > myprint "unlink $File::Find::dir/$_\n" if $noexec or $verbose; > unlink "$File::Find

Re: recursive deletion

2002-07-24 Thread $Bill Luebkert
Jason Hemak wrote: > I'm trying to delete a user's home directory, and all the files and folders > it contains. I know there are many ways to do this with perl, but what > would you consider to be the most perl-ish. (For example, I wouldn't > consider a call to deltree to be very perl-ish). Thi

Re: Perl CGIs won't run on iPlanet web server for windows

2002-07-24 Thread Cameron Dorey
"Zhang, Alex A" wrote: > > Hi all, > > I have a iPlanet web server FastTrack edition running on the Windows 2000 PC > and need to have Perl CGI supported. I've added the MIME types and the CGI > directory as well as URL prefix, however I always get this errors below > (copied from the error log

Re: CGI/NT/PERL/APACHE

2002-07-24 Thread $Bill Luebkert
ed rosenthal wrote: > I have scripts that work on unix but do not work on desktop NT. > Sometimes when i run it on the nt, the script is found and appears > to 'download' ( from my machine to my machine), and then run in a > dos window and go away. > > maybe somebody will spot what i am doing in

recursive deletion

2002-07-24 Thread Jason Hemak
I'm trying to delete a user's home directory, and all the files and folders it contains. I know there are many ways to do this with perl, but what would you consider to be the most perl-ish. (For example, I wouldn't consider a call to deltree to be very perl-ish). Thanks, Jason

FW: Quick Question - Decimals

2002-07-24 Thread Moulder, Glen
> > If I receive any other number, the decimal will be two places > from the right, so that 113 wil be 1.13 and 1045 will be 10.45 > > Any help will be appreciated. > try looking up sprintf/printf in the docs ___ Perl-Win32-Users mailing list [EM

RE: Quick Question - Decimals

2002-07-24 Thread Joseph P. Discenza
Kevin wrote, on Wednesday, July 24, 2002 3:04 PM : If I receive a 2 digit number, I would like to add a decimal in : front of it, : so that 22 will be .22 : : If I receive any other number, the decimal will be two places from the : right, so that 113 wil be 1.13 and 1045 will be 10.45 Umm... di

RE: Quick Question - Decimals

2002-07-24 Thread Peter Eisengrein
Title: RE: Quick Question - Decimals $input *= .01; > -Original Message- > From: Kevin [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 24, 2002 15:04 > To: Perl-Win32-Users > Subject: Quick Question - Decimals > > > Hello, > > I have a situation where I recieve numerical input

Quick Question - Decimals

2002-07-24 Thread Kevin
Hello, I have a situation where I recieve numerical input from the user and would like to do the following: If I receive a 2 digit number, I would like to add a decimal in front of it, so that 22 will be .22 If I receive any other number, the decimal will be two places from the right, so that 1

help with perl environment

2002-07-24 Thread Mike Kalinovich
Forgot to change the subject. Sorry, -- Hello all, I'm at a bit of a loss as to why the same script on two servers are experiencing a difference in opinion. Both are NT4 with all the latest and greatest patches from MS. Both are running SP6a Both are running ActiveState v5.2.2 The CGI script i

RE: Regexp needed

2002-07-24 Thread Mike Kalinovich
Hello all, I'm at a bit of a loss as to why the same script on two servers are experiencing a difference in opinion. Both are NT4 with all the latest and greatest patches from MS. Both are running SP6a Both are running ActiveState v5.2.2 The CGI script is from tools4webmasters.com This is an ex