F
fatted
Below is a section of the output from perl running a script with the
-d option:
main:
cost.cgi:314): if($idle->[0] == 0 && $idle->[1] == 0)
main:
cost.cgi:315): {
DB<4> x $idle->[0]
0 0
DB<5> x $idle->[1]
0 2
DB<6> n
Use of uninitialized value in numeric eq (==) at cost.cgi line 314,
<CONFIG> line 106.
Whats going on? Which value is uninitialised?
-d option:
main:
main:
DB<4> x $idle->[0]
0 0
DB<5> x $idle->[1]
0 2
DB<6> n
Use of uninitialized value in numeric eq (==) at cost.cgi line 314,
<CONFIG> line 106.
Whats going on? Which value is uninitialised?