Now I'm really confused, why am i getting this warning
the offending line is this
i have this above
so why the warning ?
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.
Use of uninitialized value in concatenation (.) or string
the offending line is this
Code:
# Build HTML
$html = "<HTML> blah blah";
i have this above
Code:
# Set bottom link & html variables
my ($hlink, $htarget, $html);
so why the warning ?
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.