Date: Sun, 20 Jun 2004 07:38:15 +0200 From: Zoran Kolic <kolicz@eunet.yu> To: freebsd-stable <freebsd-stable@freebsd.org> Subject: Re: perlcc problem! Message-ID: <20040620053815.GA787@kolic.net>
next in thread | raw e-mail | index | archive | help
> #!/usr/local/bin/perl
>
> use strict;
>
>print "\nhello world\n";
Maybe this syntax:
perlcc -o mini mini.pl
This works on my box. And...
No need to compile small scripts.
ZK
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040620053815.GA787>
