X-Recipient: archive-cygwin AT delorie DOT com X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org E22F03853D6B Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:in-reply-to:from:content-language :references:newsgroups:to:subject:user-agent:mime-version:date :message-id:from:to:cc:subject:date:message-id:reply-to; bh=cO6JiB7hx9/NLKm62AxAYBRcFpDEEMJzEeSVmdSfJkY=; b=mcOuTuk56vJYHGHhR4kqSDIstd0ZZzme/b0rdGa6GlnJXeM/52pmW+bLUx338kIZvh iEM0csO+vGAyFE9DE2Z9vDCyxfMfZErJdzVdS/IgW2Emacj7ucfOvUgiKlh3XL/dhjba EZDU+HnCQb/oelHB/Gr2w2ejEKLTWDCrWlcLjii8H7GeQoTvXHnc0yatg/xTVrCc/RfV x6JZX8bRjGLe3bdxn2ECWCnw8t9Pv0B/uMfjl7cxcrjPB6EWflNiwhXtgHDnd8Gi0EKo 9v9q43EB7uLlWNgrCZCA3TGJaQvqBPe0avklHOqquFmT45LFAOz0Av4FLCArr6oSSULg GD6w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:content-language :references:newsgroups:to:subject:user-agent:mime-version:date :message-id:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=cO6JiB7hx9/NLKm62AxAYBRcFpDEEMJzEeSVmdSfJkY=; b=dM3lVVmip5JFNvyrJn/dnvsAey1K9CBntzK/1e06rYortvJrZmon6oH6NoDsLr+x4m n94SreNBydxWEiP3Kk+8UKGM/SnGhbbwZj/sLDN7eMD4ROEc9lbceg0tY4+ive+dDpe7 5m6yHPoNzf7aIzBivf5HapWorJP2PF2VNT8BbbI9tS1I9v5v9ipBZ8VjF5N2Wk5/4BOc 1gW4EoRhZ4SgaRZgYYdSRfwPGbvQ6jGg4FcX/+cG7DY+BDt5RZtFaExDOWd0y2vRWB29 1kjoxeny+fRLLnJ2v6M7FdgUz3yandJ3YQaLNYjgr+SrsWfvailcuHbZ0DkhUc2Yb/uE 6QoA== X-Gm-Message-State: ANoB5pksEg1ROvVrNjiLPG1NL9ojHkJJMdFDWg5o73+UOf2XCHpq42FJ 1mrHkFy06u9aoOPvU0TU/TSR52BHOyk= X-Google-Smtp-Source: AA0mqf6/eqiEZ+bt1dBAjML2hf0s0BcLw4est9ox3u0+MwU/MyFu3X+DKJ4j620r1bwS49MLUGf4yg== X-Received: by 2002:a05:6870:2394:b0:11f:630:a8c3 with SMTP id e20-20020a056870239400b0011f0630a8c3mr5294693oap.84.1668711099204; Thu, 17 Nov 2022 10:51:39 -0800 (PST) Message-ID: <46fd7576-e1a3-f25d-943f-4a511fe78728@gmail.com> Date: Thu, 17 Nov 2022 12:51:37 -0600 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.19) Gecko/20081209 Lightning/0.9 Thunderbird/2.0.0.19 Mnenhy/0.7.6.0 Subject: Re: Internal Server Error running perl script in browser To: "cygwin AT cygwin DOT com" Newsgroups: gmane.os.cygwin References: <00c0939bc8934c478a84d347033a56a2 AT srhc DOT com> Content-Language: en-US From: =?UTF-8?Q?Ren=c3=a9_Berber?= In-Reply-To: <00c0939bc8934c478a84d347033a56a2@srhc.com> X-Spam-Status: No, score=4.4 required=5.0 tests=BAYES_40, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, NICE_REPLY_A, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, 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 X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com Sender: "Cygwin" 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 running 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 problem, 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