| 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> |
|---|---|---|
| ||
| Previous by Date: | Re: substr help, Bobby |
|---|---|
| Next by Date: | Re: substr help, Bobby |
| Previous by Thread: | Re: substr help, Bobby |
| Next by Thread: | Re: substr help, Bobby |
| Indexes: | [Date] [Thread] [Top] [All Lists] |