Charles K. Clarkson wrote:
Beast <mailto:[EMAIL PROTECTED]> wrote:
: my $value = get_value_from_external_program;
:
: How do avoid such warning, because value is coming from
: external program thus I can't make sure that it will
: return a string or null.
What do you want to do with $value when the external
program does not return a value?
Working, thanks. It just print the curent value to stdout.
--
--beast
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>