![]() |
|
Your skill will accomplish what the force of many cannot |
|
PerlMonks |
Re: LWP and barewords under strictby suaveant (Parson) |
on Jul 09, 2002 at 13:59 UTC ( #180478=note: print w/replies, xml ) | Need Help?? |
And it shouldn't... . is string concatenation in perl, so perl is trying to concatenate barewords... with => perl allows you to not quote the string on the left, but only very simple strings without . or spaces and the like... put your left hand side strings in quotes and all will be well...
- Ant
In Section
Seekers of Perl Wisdom
|
|