Help for this page

Select Code to Download


  1. or download this
    $VAR1 = {
        '6' => {
    ...
           'descr' => 'This is the main diablo category'
         }
      };
    
  2. or download this
    <div class='category' style='position:relative; left: 5em;'>
        <div class='title'><tmpl_var name='title'></div>
        <div class='descr'><tmpl_var name='descr'></div>
        <tmpl_var name='children'>
    </div>
    
  3. or download this
    #!/perl/bin/perl
    use strict;
    ...
      unshift @data,$child;
      return @data;
    }