Help for this page

Select Code to Download


  1. or download this
    <html>
    <head>
    ...
    <h2 id="1">Monkeys</h2>
    </body>
    </html>
    
  2. or download this
    <html>
    <head>
    ...
    <h2 id="[% myidentifier %]">[% animal %]</h2>
    </body>
    </html>
    
  3. or download this
    #!/usr/bin/perl
    
    ...
    {
            print "$_: $$resultRef{$_}\n";
    }
    
  4. or download this
    myidentifier: 1
    animal: Monkeys
    title: Mammals
    
  5. or download this
    package ExtractDiff;
    
    ...
    }
    
    1;