Posted on 2006-06-13 10:27:09-07 by cmarbacher
Example: missing right curly bracket on line 15
Line 15 of example contains: my %attribs = odm_attributes(${dev{'devname'}}; There is a missing right curly bracket, the line should look like: my %attribs = odm_attributes(${dev{'devname'}}); But when fixed like this, perl says that it can't modify exit in scala assignment. Any idea?
Direct Responses: 2471 | Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.