Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8332273
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T02:40:28+00:00 2026-06-09T02:40:28+00:00

I’m having trouble getting HTML::Template ‘s <TMPL_IF> blocks to function — it seems like

  • 0

I’m having trouble getting HTML::Template‘s <TMPL_IF> blocks to function — it seems like my template is just skipping that code entirely.

  <TMPL_LOOP NAME=DATA>
    <TMPL_VAR NAME=complete><br>
    <TMPL_IF NAME="complete">
                    <!-- Some HTML here -->
    <TMPLE_ELSE>
        <!-- Some other HTML here -->
    </TMPL_IF>
  </TMPL_LOOP>

The TMPL_VAR line is displaying the expected values, but nothing in the block below it is showing up whatsoever. The data structure I’m passing in to the template is:

    $VAR1 = [
      {
        'code' => 26,
        'message' => 'Start building sensors for Jarvis',
        'complete' => 0
      },
      {
        'code' => 33,
        'message' => 'Machine learning to determine if actions are appropriate or not',
        'complete' => 0
      },
      {
        'code' => 37,
        'message' => 'Play by genre audioserv method',
        'complete' => 0
      }
    ];

Any help is greatly appreciated — I’ve been banging my head against it for the last hour.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T02:40:30+00:00Added an answer on June 9, 2026 at 2:40 am

    From the fine manual:

    The <TMPL_IF> tag allows you to include or not include a block of the template based on the value of a given parameter name. If the parameter is given a value that is true for Perl – like ‘1’ – then the block is included in the output. If it is not defined, or given a false value – like ‘0’ – then it is skipped.

    All your completes are zero so <TMPL_IF> won’t show anything. You might expect the “else” branch to be displayed but you don’t have any <TMPL_ELSE> branches, you have <TMPLE_ELSE>. Fix the typo and try again.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

link Im having trouble converting the html entites into html characters, (&# 8217;) i
I have a string like this: La Torre Eiffel paragonata all&#8217;Everest What PHP function
I'm having trouble keeping the paragraph square between the quote marks. In firefox the
I have just tried to save a simple *.rtf file with some websites and
I would like to count the length of a string with PHP. The string
For some reason, after submitting a string like this Jack’s Spindle from a text
I've got a string that has curly quotes in it. I'd like to replace
I have this code to decode numeric html entities to the UTF8 equivalent character.
I am trying to render a haml file in a javascript response like so:
I would like to run a str_replace or preg_replace which looks for certain words

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.