The forward slash mutates the angle operator into a filename globbing operator. Thus, </html> is actually returning a list of all the filenames which it matches. Similarily, </*.html> should return a list of HTML files in your root directory.
If you can, see Programming Perl, 3rd ed., page 83.
Good luck. ;-)
In reply to Re: /HTML is valid perl?
by DamnDirtyApe
in thread /HTML is valid perl?
by eak
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |