On Tue, 06 Nov 2001 09:28:54 +0100, Detlef Lindenthal wrote:

>Is a function printl (or println) included (which
>at least is needed for the elegance of tiny demos)?

Use the -l (lower case "L") command line option.

        #! perl -l
        print "Hello, world!";

-- 
        Bart.

Reply via email to