DanieleFerone has asked for the wisdom of the Perl Monks concerning the following question:
give me this warning?#! /usr/bin/perl -w use strict; use IO::Prompt; while (my $x = prompt "x: ", -while => '') {}
Thanks.Use of uninitialized value in pattern match (m//) at /usr/local/share/ +perl/5.8.8/IO/Prompt.pm line 91.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: IO::Prompt warning
by kyle (Abbot) on Jul 11, 2008 at 16:56 UTC | |
|
Re: IO::Prompt warning
by pc88mxer (Vicar) on Jul 11, 2008 at 16:47 UTC | |
|
Re: IO::Prompt warning
by psini (Deacon) on Jul 11, 2008 at 16:41 UTC |