Re: [Ftnpl-develop] pkt2txt: unused variables
Brought to you by:
jame
|
From: Robert J. C. <rj...@ho...> - 2001-08-26 17:44:47
|
Russ,
> > For the first two, $PKTvar & $attrib in the newsmsgs subroutine, I
> > just put in a couple of lines that "drop" the variables right after
they're
> > used...
>
> Don't worry about any errors/warnings about the use of those "drop"
> methods; I've added a line to localize them in that subroutine that
takes
> care of it.
And upon further testing, I found that that still didn't take care of
it; so I changed the "drop" to an "undef"...
That works fine on my test point...
Jame
|