Mike Schienle wrote: > ... my source code ... gets butchered [on uploading to an HTML server]: > > in the source code : > $line = <INSIGHT>; > > This line on the web site: > $line = ; > Upload this: $line = <INSIGHT>; because "<" and ">" in HTML stand for "less than" and "greater than": <...> , which in HTML are reserved for HTML-commands. Any web page builder (e.g. Pagemill, Dreamweaver, ...) or a little Perl script of your own will manage this and further transformations. _\|/_ Detlef Lindenthal o o <detlef@lindenthal.com> ' # ===== Want to unsubscribe from this list? # ===== Send mail with body "unsubscribe" to macperl-request@macperl.org