perl.beginners
[Top] [All Lists]

Re: substr help

Subject: Re: substr help
From: Tom Phoenix
Date: Thu, 6 Mar 2008 10:16:33 -0800
Newsgroups: perl.beginners

On Thu, Mar 6, 2008 at 8:31 AM, Bobby <cybercruiserz@xxxxxxxxx> wrote:

>  Use of uninitialized value in concatenation (.) or string at generatePsc.pl
> line 48, <BASE> line 5.

Is this what you seek?

    next unless defined $PSC;

It can also be quite educational to use the Perl debugger to step
through a program and see what's really happening to its data.

Cheers!

--Tom Phoenix
Stonehenge Perl Training

<Prev in Thread] Current Thread [Next in Thread>