
7stud
Enthusiast
Feb 5, 2010, 1:34 AM
Views: 2166
|
|
Re: [anupma_83] "Bareword found where operator expected" error
|
|
|
See if you can spot the error here:
my $string = 'hello'wor'ld'; You have the same error in your code.
(This post was edited by 7stud on Feb 5, 2010, 1:38 AM)
|