On Saturday 04 January 2003 10:18 am, David Leathers wrote: > #!/usr/bin/perl > print"Hello World";
Are you sure it's not printing with your prompt immediately after "Hello World"? Try putting a new line after "World" and it may be noticeable. print "Hello World\n"; nyec -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]