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 89, <> line 4.
> Use of uninitialized value $9 in concatenation (.) or string at
> pg_delim2htm_01.pl line 89, <> line 6.
> 
> and so on
> 
> What do the <> with the 'lines' to the right mean?
> 
> (I do seem to have a problem on line 89 which is a regex with the /x
> modifier)
> 
> many thanks
> Anne
Hi Anne

>From what I can see of your code, you have an uninitialised value in your 
>regex.

Gazing deeply into the crystal ball we rent especially for such occasions, 
you've at
least nine bracketed matches in your regex.

The <> may well be referring to a file your reading from.  So at least 3
lines of your data do not conform to your expectations.

But I'm going to have to declare this crystal ball faulty, because I can't see
much else at all.  The fog's just not clearing.

But I am sure a tall dark handsome stranger will be along soon. 

;)

Kind Regards

Lesley

P.S.  And you'll win the lottery :)

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to