Help for this page

Select Code to Download


  1. or download this
    <!-- xslt 2.0 -->
    <xsl:choose>
    ...
      <img src="{@src}"/>
    </xsl:template>
    
  2. or download this
    #!/usr/bin/perl
    
    ...
            );
        }
    }
    
  3. or download this
    #!/usr/bin/perl
    
    ...
            print pack("H2" x scalar(@match), @match);
        }
    }
    
  4. or download this
    perl -e '$_=<<ROTATOR;
    01
    ...
    foreach (split /\n/) {
        printf "\\x{%x}", 0x2800 + eval($_);
    }'