Help for this page

Select Code to Download


  1. or download this
    if (ref($bar) eq "ARRAY") {
          
    ...
        } else {
          print FH $bar;
        }
    
  2. or download this
    <xsl:test if position() != last()>
    <xsl:value-of select="."/>;
    ...
    <xsl:test if position() = last()>
    <xsl:value-of select="."/>
    </xsl:test>