Mail Archives: cygwin/2003/09/23/15:52:22
On Tue, 23 Sep 2003, Peter M Aarestad wrote:
> -- "DePriest, Jason R." <jrdepriest AT ftb DOT com> wrote:
>
> > Can you provide a simple but complete script and data source that
> > recreate your error?
>
> This is too weird. I've stripped down my script to its roots, but now
> I'm getting warnings with ActivePerl too! This time, I'm getting
> warnings on every line with a colon in it, and just those lines, though
> Cygwin's perl is still reporting an error on every line Odd. Anyway,
> please find attached the stripped down script and the test file. I'm
> including the full version of the script, too ("genguimapdoc.pl" is the
> full version). Thanks much!
>
> -peter
Peter,
$screen was uninitialized. Changing it to 'my $screen = ""' eliminates
the warnings in the simpler script.
Igor
--
http://cs.nyu.edu/~pechtcha/
|\ _,,,---,,_ pechtcha AT cs DOT nyu DOT edu
ZZZzz /,`.-'`' -. ;-;;,_ igor AT watson DOT ibm DOT com
|,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D.
'---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow!
"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster." -- Patrick Naughton
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
- Raw text -