View Single Post
Old 11-15-2011, 11:43 PM   PM User | #9
joeDetroit
New Coder

 
Join Date: Nov 2011
Location: Detroit
Posts: 19
Thanks: 2
Thanked 0 Times in 0 Posts
joeDetroit is an unknown quantity at this point
I just tried split /' '/ and split /"' '"/ (double quoted single quotes) with same result- an empty $val.

I also threw in use warnings; and got
Use of uninitialized value $val in concatenation (.) or string at k:/Packages/Packages/MirrorFolder4.1/test.pl line 42.

$val is (I thought) declared here:
my ($key, $val)
joeDetroit is offline   Reply With Quote