Help for this page

Select Code to Download


  1. or download this
    # Accepts one argument: the full path to a directory.
    # Returns: A list of files that end in '.html'.
    ...
            map { -d $_ ? get_new_htmls ($_) : $_ }
            @files;
    }
    
  2. or download this
    <html>
      <head>
    ...
    
      </body>
    </html>
    
  3. or download this
    #!/usr/bin/perl
    use strict;
    ...
    $VAR1 = [
              '/home/tinyos/Monks/index.html'
            ]