- or download this
$ ls -al a_real_dir
total 4
...
$ ls -al not_a_real_dir
ls: cannot access 'not_a_real_dir': No such file or directory
- or download this
#!/usr/bin/env perl
...
}
print "</body>\n</html>\n";
- or download this
<html>
<head>...</head>
...
</pre>
</body>
</html>