D
daveyand
Hey guys,
I get the following error:
Missing right curly or square bracket etc......
However on doing a count i have the right number of closing to openning
brackets be it ( or [ or {.
I am however also getting about 150+ errors and it starts from after
the following bit of code.
print FH <<EOHTML;
<ul>
<li onclick="show_tree('p', $n);" class="$class"
onmouseover="this.style.background='#B8E9FF';"
onmouseout="this.style.background='white';">$provider_name</li>
<table class="hidden" id="p$n" cellpadding="0px"
cellspacing="0px">
<tr class="irrel">
<td>
<ul class="no-list-style">
<li>
Total Articles:
$provider_article_count
</li>
<li class="irrel">
Jake Link: <a href="$jake_link"
target='_blank'>View $provider_name Jake Page</a>
</li>
<li class="irrel">
Provider Id: $provider_id
</li>
EOHTML
I've had this before and have just removed the <<EOHTML and assigned it
as normal prints and it works, so it's this chunk of code. (i think
anyway) does anyone know what could be causing it, a perl nuance
maybe??
Cheers for any help
Andy
I get the following error:
Missing right curly or square bracket etc......
However on doing a count i have the right number of closing to openning
brackets be it ( or [ or {.
I am however also getting about 150+ errors and it starts from after
the following bit of code.
print FH <<EOHTML;
<ul>
<li onclick="show_tree('p', $n);" class="$class"
onmouseover="this.style.background='#B8E9FF';"
onmouseout="this.style.background='white';">$provider_name</li>
<table class="hidden" id="p$n" cellpadding="0px"
cellspacing="0px">
<tr class="irrel">
<td>
<ul class="no-list-style">
<li>
Total Articles:
$provider_article_count
</li>
<li class="irrel">
Jake Link: <a href="$jake_link"
target='_blank'>View $provider_name Jake Page</a>
</li>
<li class="irrel">
Provider Id: $provider_id
</li>
EOHTML
I've had this before and have just removed the <<EOHTML and assigned it
as normal prints and it works, so it's this chunk of code. (i think
anyway) does anyone know what could be causing it, a perl nuance
maybe??
Cheers for any help
Andy