RE:POD Format

2001-03-19 Thread John Cope
> From: "Dirk Bremer" <[EMAIL PROTECTED]> > Subject: POD Format > > I am interested in adding POD-format documentation to my scripts. > The camel book does not mention how to create POD and what the > formatting rules are. Where can I find a guide to formatting POD? > perldoc perlpod

RE: Help identifying an error

2001-03-17 Thread John Cope
> From: "Jim McCoy" <[EMAIL PROTECTED]> > Subject: Re: Help identifying an error > > Yes, actually I am getting a line number. But I thought I was getting 2 > unrelated messages. [snip] > > Here is the script up to line 5: > #!/usr/bin/perl -w > use cgi qw(:standard); > use strict; > use diagnost

RE: Assigning Hash From an Array

2001-03-13 Thread John Cope
> From: "Dirk Bremer" <[EMAIL PROTECTED]> > To: "perl-win32-users" <[EMAIL PROTECTED]> > Subject: Assigning Hash From an Array > Date: Tue, 13 Mar 2001 14:01:08 -0600 > Organization: NISC > > I want to assign key/value pairs to a hash from a list. The list > would be as follows: > > @list = ("a

RE: viewing POD

2001-03-07 Thread John Cope
> -Original Message- > From: Nikola Knezevic [mailto:[EMAIL PROTECTED]] > > >AS Perl ships with POD in HTML format. PPM installs POD in HTML > >format. > Yes it does. But, it can't convert allready installed PODs to HTML > (installed without PPM). ok then, last suggestion (the brute forc

RE: viewing POD

2001-03-06 Thread John Cope
> -Original Message- > From: Nikola Knezevic [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 07, 2001 12:26 AM > To: [EMAIL PROTECTED]; Perl Users Mailing List > Subject: RE: viewing POD > > > >>> And now the next QOD:) > >>> Does anyone knows an utility suitable for viewing POD files.

RE: View output of 'ppm install' command

2001-02-19 Thread John Cope
> From: "Sisyphus" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Subject: View output of 'ppm install' command > Date: Mon, 19 Feb 2001 19:53:55 +1100 > > Hi, > Can someone tell me how to catch the full output of the ppm command when > that output 'overflows' the DOS screen ? > I've tried '| mor

RE: Perl-Win32-Users digest, Vol 1 #307 - 24 msgs

2001-02-15 Thread John Cope
> From: Asif Kaleem <[EMAIL PROTECTED]> > Subject: Find the Perl Version > > Hello: > > I am in a process of find the perl version on a box and want to get > patchlevel and subversion split. Is there an easy way to do this. Yes, and quite easily I might add (and I can't believe all the reponses o

RE: Question about wrapping MSXML3.0 Parser...

2001-01-08 Thread John Cope
> Subject: Re: Question about wrapping MSXML3.0 Parser... > From: [EMAIL PROTECTED] > > >The MSXML3.0 Parser and XSLT compiler is arguably one of the > >fastest and most feature complete XML solutions on the market. > >Not to mention it ships with IE 5.x and will be commonplace on > >future window

RE: Problem about using Net::SMTP to send bulk mail

2000-12-20 Thread John Cope
> From: Michael Cheung <[EMAIL PROTECTED]> > Subject: Problem about using Net::SMTP to send bulk mail > > Now I use Net::SMTP to send bulk mail. > But some times it cause my SMTP server stopping response. > Sometime It stop at 5000 mails, sometime It stop at 2, and some time > it g

RE: Exit w/ string

2000-12-08 Thread John Cope
> From: Carl Jolley <[EMAIL PROTECTED]> > Subject: Re: Exit w/ string > > On Fri, 8 Dec 2000 [EMAIL PROTECTED] wrote: > > > > > I am trying to write a perl script that returns a string that > can be used > > as input to another program. I can exit with a number but not > a string., [snip] >

RE: Anyone using Perl to get DMI Info?

2000-11-28 Thread John Cope
> Subject: Anyone using Perl to get DMI Info? > From: [EMAIL PROTECTED] > Date: Mon, 27 Nov 2000 10:28:29 -0600 > > Well, is anyone? : ) Not me... > > This is a followup to the BIOS question I asked a while back, has anyone > found a way to probe the DMI info of PC's without wrecking the CMOS?

Re: IO::Socket - errors from auto bind and listen when new()

2000-11-24 Thread John Cope
> > From: $Bill Luebkert [mailto:[EMAIL PROTECTED]] > > To: erskine, michael > > Subject: Re: IO::Socket - errors from auto bind and listen when new() > > > If you have a C compiler, try writing it in C on Windoze. > > If it fails the same as Perl imp, it's probably a M$ thingy. > > If it works, t