- 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;
}
- or download this
<html>
<head>
...
</body>
</html>
- or download this
#!/usr/bin/perl
use strict;
...
$VAR1 = [
'/home/tinyos/Monks/index.html'
]