Help for this page

Select Code to Download


  1. or download this
    # OK, users can write a variable name between {} brackets:
    while ($text =~ m/{([^\}]*}/g ) {
      #do some interpolation
    }
    
  2. or download this
    # hardcoded operation for routing:
    my ($if_question, $if_answer, $then_question, $else_question) = get_ha
    +rdcoded_logic();
    ...
    else {
      set_next($else_question);
    }