Help for this page

Select Code to Download


  1. or download this
    <div style="float:right">
    <p class="sectionHead"><b>FHL Properties:</b></p>
    ...
    <p class="sectionHead"><b>Customer Contentment Call List:</b></p>
    <p class="itemHeadLarge">There are %CALLLIST% people are on the Call L
    +ist</p>
    <hr>
    
  2. or download this
        $pulse =~ s/%EMAIL_VIEW_PERCENT%/$empview/g;
        $pulse =~ s/%EMAIL_CLICK_PERCENT%/$empclick/g;
        $pulse =~ s/%EMAIL_UNSUB_PERCENT%/$empunsub/g;
        $pulse =~ s/%SHORTLIST%/$shortlist/g;
        $pulse =~ s/%CALLLIST%/$calllist/g;