Re: [MacPerl] MacPerl Beta
[email protected] (Bart Lateur)
| Newsgroups | perl.macperl.porters,perl.macperl |
|---|---|
| Organization | MediaMind |
| Message-ID | <[email protected]> |
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.