Help for this page

Select Code to Download


  1. or download this
    use POD or die $!;
    
  2. or download this
    # function: foo
    # input   : bar baz
    ...
    # postcond: qux is defined
    sub foo {
    }
    
  3. or download this
    =for comment
     function: foo
    ...
    =cut
    sub foo {
    }