Help for this page

Select Code to Download


  1. or download this
    foo
    bar bza
    ...
    }
    
    1;
    
  2. or download this
    C:\Temp>perl -e "BEGIN{open(H,q|watchdog.dat|) or die $!; @watchdog = 
    +<H>; close
    (H);} my $newFile; foreach my $watchdog (@watchdog){if($watchdog=~m/(#
    +STANDARD.*
    ?function\s+(\S+)!)/){ $newFile .= qq|\=item| . ++$item . qq| $2\n$1\n
    +|}}; END{
    print qq|=head1 Functions\n\nThis is my list of functions\n\n$newFile\
    +n\n=cut\n\
    n|}" > sha.pod
    
  3. or download this
    C:\Temp>pod2html sha.pod > see.htm