From owner-freebsd-questions@FreeBSD.ORG Sun Jan 29 08:57:05 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AE93E106566C for ; Sun, 29 Jan 2012 08:57:05 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3cd3:cd67:fafa:3d78]) by mx1.freebsd.org (Postfix) with ESMTP id 135188FC15 for ; Sun, 29 Jan 2012 08:57:04 +0000 (UTC) Received: from seedling.black-earth.co.uk (seedling.black-earth.co.uk [IPv6:2001:8b0:151:1:fa1e:dfff:feda:c0bb]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.5/8.14.5) with ESMTP id q0T8ux7L055105 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Sun, 29 Jan 2012 08:57:00 GMT (envelope-from m.seaman@infracaninophile.co.uk) X-DKIM: OpenDKIM Filter v2.4.3 smtp.infracaninophile.co.uk q0T8ux7L055105 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=infracaninophile.co.uk; s=201001-infracaninophile; t=1327827420; bh=QP5+7Funr4hUimWSXUjA7Y0BjjjJBrdnGXwMI+k+LP0=; h=Message-ID:Date:From:MIME-Version:To:Subject:References: In-Reply-To:Content-Type:Cc; b=ZE1KXGW0f3H+JzOnNSgVwhiliO3wZ00qGcJ5V/Y09x4VHRlpGGbSXzcH/dZWcZ8f/ /uVaSDaJJ1RS8SLJSLP0wlXK54CD4u1LqiLkVrHXCvkVW0sv56uLqikGuTu5J4tJuc Z+29f7+wjupqLx4Q30rA3IlnpfnaZrU7hDYl97A8= Message-ID: <4F2509DB.6080703@infracaninophile.co.uk> Date: Sun, 29 Jan 2012 08:56:59 +0000 From: Matthew Seaman User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:9.0) Gecko/20111222 Thunderbird/9.0.1 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4F23FAA1.5020700@herveybayaustralia.com.au> <4F241EA2.8050805@infracaninophile.co.uk> <4F24FF15.9050205@herveybayaustralia.com.au> In-Reply-To: <4F24FF15.9050205@herveybayaustralia.com.au> X-Enigmail-Version: 1.3.4 OpenPGP: id=60AE908C Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig2E0AEBE68B3C65528612D54F" X-Virus-Scanned: clamav-milter 0.97.3 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.7 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU autolearn=ham version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on lucid-nonsense.infracaninophile.co.uk Subject: Re: OT: perl mail problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jan 2012 08:57:05 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig2E0AEBE68B3C65528612D54F Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 29/01/2012 08:11, Da Rock wrote: > Thanks for the help guys. I've stepped away from php for security > reasons; and the fact that I can integrate perl right into apache with > mod_perl. Verb. Sap. Checkout PSGI if you're doing web-based perl things. See http://plackperl.org/ It means you can code up your web app using the Plack API using a simple built-in HTTP server and then deploy to your production systems using full-on mod_perl and apache. Or mod_psgi and apache. Or any one of about twenty different combinations -- whatever web server, plugin module, toolkit, etc. you already have deployed. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate JID: matthew@infracaninophile.co.uk Kent, CT11 9PW --------------enig2E0AEBE68B3C65528612D54F Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.16 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk8lCdsACgkQ8Mjk52CukIyPZgCfXUyeBrGtBBEvgi8gdF+ItVL+ Pq4AniIGyiHRnimnyYG5N/M5ujvAlFau =BriF -----END PGP SIGNATURE----- --------------enig2E0AEBE68B3C65528612D54F--