Ask a Question related to PERL Beginners, Design and Development.
-
R Huber #1
Error: Use of uninitialized value in print
Why does
<>;
print;
give the error "Use of uninitialized value in print"
and
while( <> ) {
print;
}
not give that error or any other for that matter (and
I do realize the infinite loop aspect of the while
loop)
Thanks,
rj
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
[url]http://webhosting.yahoo.com/ps/sb/[/url]
R Huber Guest
-
#39018 [NEW]: Error control operator '@' fails to suppress "Uninitialized string offset"
From: mpb dot mail at gmail dot com Operating system: Gentoo Linux PHP version: 5.1.6 PHP Bug Type: Scripting Engine problem... -
XML::Generator::DBI - use of uninitialized value on line 180 and 187
I am using XML::Generator::DBI module along with XML::SAX::Writer module to generate xml files. For every column data in the database I get the... -
Postscript Print error (ERROR: rangecheck; OFFENDING COMMAND: filter)
We are attempting to print off some rather large image files on a Xerox 340 and an HP Laserjet 4MV printer via Adobe Acrobat 6. Smaller similar files... -
Net -> SCP - errstr uninitialized
Code ---- #!/usr/bin/perl use strict; use warnings; &dhcpd; sub dhcpd { -
Use of uninitialized value
What may be wrong with my codes? Perl complains of use of uninitialized value at addition and in range (or flop). Thanks ...



Reply With Quote

