Help for this page

Select Code to Download


  1. or download this
    <function name="showImage">
        <data>A random picture</data>
        <argument><![CDATA[<img src="test.jpg">]]></argument>
        <argument>0</argument>
    </function>
    
  2. or download this
    #!/usr/bin/env perl
    
    ...
        <argument><![CDATA[<img src="test.jpg">]]></argument>
        <argument>0</argument>
    </function>
    
  3. or download this
    $VAR1 = {
              'argument' => [
    ...
              'name' => 'showImage',
              'data' => 'A random picture'
            };