error coming like <error> Number found where operator expected at Adhoc.txn line 1, near "14274 06" (Missing operator before 06?) Number found where operator expected at Adhoc.txn line 2, near "14274 06" (Missing operator before 06?) Bareword found where operator expected at Adhoc.txn line 2, near "15 Input" (Missing operator before Input?) Bareword found where operator expected at Adhoc.txn line 2, near "/AdHoc><SearchRadius>25</SearchRadius" (Missing operator before SearchRadius?) Bareword found where operator expected at Adhoc.txn line 2, near "<DistanceUnits>M" (Missing operator before M?) Bareword found where operator expected at Adhoc.txn line 2, near "/DistanceUnits><IncludeProps>Y</IncludeProps" (Missing operator before IncludeProps?) </error> HOW TO RESOLVE THIS ERROR?PLEASE HELP ME>....# format the prop so we don't have to do that later $prop->AddrLine1( $prop->FormatFirstCharUpper( $prop->AddrLine1() +)); $prop->City( $prop->FormatFirstCharUpper( $prop->City() ) ); $prop->PostalCd( uc( $prop->PostalCd() )); # $prop->Country( $addr->LookupCountryName( $prop->CountryCd()) ); # add the prop to the list push @$props, $prop; $prop_hash->{lc($prop->PropCd())} = $prop; $prop_hash->{lc($prop->CityHocn())} = $prop;
In reply to error comin g like bareword found.where the operator excetped.and number found missing the operator?how to reslove this error? by katkurinaveen
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |