Re: perl interpreter output meaning?

2012-09-22 Thread Anne Wainwright
Hi, Thank you Lesleyb, Shlomi, Rob. I should have connected the <> in the output with the <> that I used to get the stuff into the script in the first place but it made no connection. So perl gets better all the time! And that knowledge enabled me to track down the error in the regex so we are

Re: perl interpreter output meaning?

2012-09-22 Thread Jamie Paul Griffin
[ 'lesleyb' wrote on Sat 22.Sep'12 at 9:22:09 +0100 ] > On Sat, Sep 22, 2012 at 09:45:08AM +0200, Anne Wainwright wrote: > > Hi, > > > > this is the output. > > > > Use of uninitialized value $9 in concatenation (.) or string at > > pg_delim2htm_01.pl line 89, <> line 1. > > Use of uninitialize

Re: perl interpreter output meaning?

2012-09-22 Thread Rob Dixon
On 22/09/2012 08:45, Anne Wainwright wrote: Hi, this is the output. Use of uninitialized value $9 in concatenation (.) or string at pg_delim2htm_01.pl line 89, <> line 1. Use of uninitialized value $9 in concatenation (.) or string at pg_delim2htm_01.pl line 89, <> line 4. Use of uninitialize

Re: perl interpreter output meaning?

2012-09-22 Thread Shlomi Fish
Hi Anne, On Sat, 22 Sep 2012 09:45:08 +0200 Anne Wainwright wrote: > Hi, > > this is the output. > > Use of uninitialized value $9 in concatenation (.) or string at > pg_delim2htm_01.pl line 89, <> line 1. > Use of uninitialized value $9 in concatenation (.) or string at > pg_delim2htm_01.pl l

Re: perl interpreter output meaning?

2012-09-22 Thread 'lesleyb'
On Sat, Sep 22, 2012 at 09:45:08AM +0200, Anne Wainwright wrote: > Hi, > > this is the output. > > Use of uninitialized value $9 in concatenation (.) or string at > pg_delim2htm_01.pl line 89, <> line 1. > Use of uninitialized value $9 in concatenation (.) or string at > pg_delim2htm_01.pl line 8

Re: perl interpreter

2002-08-27 Thread zentara
On Tue, 27 Aug 2002 00:14:17 -0700, [EMAIL PROTECTED] (Mark Goland) wrote: >Hi guys, > >I was just wondering is there a perl interpreter that will fit on one floppy >disk ?? You need to make a bootable cd to hold all the libs. Here are instructions for a method I use, which I find easy. You can

RE: perl interpreter

2002-08-27 Thread Timothy Johnson
You might have better luck just burning what you need to a CD. -Original Message- From: Mark Goland [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 27, 2002 12:14 AM To: [EMAIL PROTECTED] Subject: perl interpreter Hi guys, I was just wondering is there a perl interpreter that will fi

Re: perl interpreter

2002-08-26 Thread Paul Johnson
On Tue, Aug 27, 2002 at 12:14:17AM -0700, Mark Goland wrote: > Hi guys, > > I was just wondering is there a perl interpreter that will fit on one floppy > disk ?? The perl binary itself will, but you'll probably need various modules to make it useful. -- Paul Johnson - [EMAIL PROTECTED] http:

RE: perl interpreter

2001-08-01 Thread Bill Odom
Matthias Staudinger asked: > > Can anybody tell me if - and how - it is possible > to start my perl-scripts on computers without a > perl interpreter, without an installed perl - on > windows-computers of my coworkers? > If you mean "run Perl programs from Windows PCs without Perl installed loca

Re: perl interpreter

2001-08-01 Thread Pierre Smolarek
. - Original Message - From: "Sascha Kersken" <[EMAIL PROTECTED]> To: "Matthias Staudinger" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, August 01, 2001 1:20 PM Subject: Re: perl interpreter > Hi! > > You just CAN'T. > Wh

Re: perl interpreter

2001-08-01 Thread Sascha Kersken
Hi! You just CAN'T. What you have to do is install a Perl interpreter on each computer you want to run Perl scripts on. The best - and most easily to install - distribution for Windows systems is ActivePerl which can be downloaded at www.activestate.com Sascha -- >Von: Matthias Stauding