From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.srhc.com (mail.srhc.com [70.167.53.230]) by sourceware.org (Postfix) with ESMTPS id 1CEBD3853D49 for ; Thu, 17 Nov 2022 18:57:15 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 1CEBD3853D49 Authentication-Results: sourceware.org; dmarc=pass (p=reject dis=none) header.from=srhc.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=srhc.com X-ASG-Debug-ID: 1668711432-05d8df0f1a9c4a80001-w5GHUG Received: from DG-INS-MTA ([10.0.254.88]) by mail.srhc.com with ESMTP id 3l9CWKVNgfikj4KS (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for ; Thu, 17 Nov 2022 12:57:12 -0600 (CST) X-Barracuda-Envelope-From: mlascuola@srhc.com X-Barracuda-RBL-Trusted-Forwarder: 10.0.254.88 Received: from DG-INS-MTA (localhost.localdomain [127.0.0.1]) by DG-INS-MTA (Postfix) with ESMTP id 08AD11000062 for ; Thu, 17 Nov 2022 12:57:12 -0600 (CST) Received: from outlook.srhc.com (unknown [10.0.128.51]) by DG-INS-MTA (Postfix) with ESMTPS id AD0F11000061 for ; Thu, 17 Nov 2022 12:57:11 -0600 (CST) Received: from EXCH-MBX2016.srhc.net (10.0.128.51) by EXCH-MBX2016.srhc.net (10.0.128.51) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.28; Thu, 17 Nov 2022 12:57:11 -0600 X-Barracuda-RBL-Trusted-Forwarder: 10.0.128.51 Received: from EXCH-MBX2016.srhc.net ([::1]) by EXCH-MBX2016.srhc.net ([::1]) with mapi id 15.01.2375.028; Thu, 17 Nov 2022 12:57:11 -0600 X-Barracuda-RBL-Trusted-Forwarder: 10.0.128.51 From: Michael Lascuola To: "cygwin@cygwin.com" Subject: RE: [EXTERNAL] [BULK] Re: Internal Server Error running perl script in browser Thread-Topic: [EXTERNAL] [BULK] Re: Internal Server Error running perl script in browser X-ASG-Orig-Subj: RE: [EXTERNAL] [BULK] Re: Internal Server Error running perl script in browser Thread-Index: Adj6nutFxapfg2J2RheMtCtgD5fFSgASP5GAAAxjFeA= Date: Thu, 17 Nov 2022 18:57:11 +0000 Message-ID: References: <00c0939bc8934c478a84d347033a56a2@srhc.com> <46fd7576-e1a3-f25d-943f-4a511fe78728@gmail.com> In-Reply-To: <46fd7576-e1a3-f25d-943f-4a511fe78728@gmail.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [192.168.220.164] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Barracuda-Connect: UNKNOWN[10.0.254.88] X-Barracuda-Start-Time: 1668711432 X-Barracuda-Encrypted: ECDHE-RSA-AES128-GCM-SHA256 X-Barracuda-URL: https://10.0.253.134:443/cgi-mod/mark.cgi X-Virus-Scanned: by bsmtpd at srhc.com X-Barracuda-Scan-Msg-Size: 2366 X-Barracuda-BRTS-Status: 1 X-Barracuda-Spam-Score: 0.00 X-Barracuda-Spam-Status: No, SCORE=0.00 using global scores of TAG_LEVEL=1000.0 QUARANTINE_LEVEL=1000.0 KILL_LEVEL=9.0 tests= X-Barracuda-Spam-Report: Code version 3.2, rules version 3.2.3.102206 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------------------------- X-Spam-Status: No, score=4.0 required=5.0 tests=BAYES_50,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,KAM_MARKSPAM,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Level: *** X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Thanks for the response! Forgive me, as I am SQL Server DBA. Is there ano= ther way I should check this? $ perl -v This is perl 5, version 32, subversion 1 (v5.32.1) built for x86_64-cygwin-= threads-multi (with 7 registered patches, see perl -V for more detail) Copyright 1987-2021, Larry Wall Perl may be copied only under the terms of either the Artistic License or t= he GNU General Public License, which may be found in the Perl 5 source kit. Complete documentation for Perl, including FAQ lists, should be found on this system using "man perl" or "perldoc perl". If you have access to the Internet, point your browser at http://www.perl.org/, the Perl Home Page. $ which perl /usr/local/bin/perl -----Original Message----- From: Cygwin On Behalf Of = Ren=E9 Berber Sent: Thursday, November 17, 2022 11:52 AM To: cygwin@cygwin.com Subject: [EXTERNAL] [BULK] Re: Internal Server Error running perl script in= browser WARNING: This email originated outside of the Salina Regional Health Center= email system. DO NOT CLICK links or attachments unless you recognize the sender and know = the content is safe. On 11/17/2022 10:22 AM, Michael Lascuola via Cygwin wrote: > Good day! > > I have an issue where I receive "Internal Server Error" when running perl= scripts in the browser. Here's an example script that works OK when runni= ng from the Cygwin Terminal: > > #!/usr/local/bin/perl That is not Cygwin perl. If you build it, or installed it from somewhere else... then its your probl= em, not a Cygwin problem. [snip] -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple IMPORTANT NOTICE AND DISCLAIMER: The information contained in this e-mail, = including any attachments, is privileged, strictly confidential, and is int= ended only for the use of the addressee(s) indicated above. If you are not = an intended recipient of this e-mail, you are strictly prohibited from read= ing, reviewing, using, disclosing, printing, copying or disseminating this = e-mail, and are asked to (a) notify the sender only of your receipt of this= e-mail, and (b) permanently delete this e-mail immediately. Thank you.