473,321 Members | 1,916 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,321 software developers and data experts.

Perl page with <STDIN> hangs in browser

Server is Win 2003, with IIS 6, patched up to date with Windows Update, and using perl version 5.008008.

Re: Page with STDIN hangs, and does a continuous load, when called in browser.



Page 1... "my_stdin.HTM"

<form src="my_stdin.PL" method="post">
<input type="text" name="TEXT">
<input type="submit">
</form>



Page 2... "my_stdin.PL"

#! perl
my$stdin=<STDIN>;
print $stdin;



Page 3... "my_stdin2.PL"

#! perl
my$stdin=<STDIN>;



When Page 1 sends something to Page 2, using browser,
Page 1 / Page 2 will hang in browser and do a continuous load.

When Page 3, a more direct version of Page 2, is called using a browser, the Page will hang and do a continuous load.



Does IIS 6 need to be configured to process Perl STDIN ?



Note: Pages without STDIN will display in the browser.



- Look For God
Jul 1 '10 #1
0 1966

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: G Kannan | last post by:
Hey all! I have written a perl script to retrieve information from a HTML Form and insert the data into an Oracle database table. I am gettting the the following error message: "Use of...
8
by: max(01)* | last post by:
hi. i was wondering, what's the simplest way to echo the standard input to the standard output, with no modification. i came up with: .... while True: try:
8
by: chris_fieldhouse | last post by:
Hi fairly new to php, but picking it up quite well. the question I have, is it possible for a php script which is used to validate values submitted in a form, to then post these values onto...
8
by: someone | last post by:
I'm making an program that encodes text, and then writes it into another text file. The problem is that I can't seem to get the "file exists" checking right. If I use the command (coder is the...
6
by: somequestion | last post by:
there are some dos command < or > it can use like this if there is a batch file as sample.bat sample.bat < parameter sample.bat parameter result . i just wanna use this when i use...
232
by: robert maas, see http://tinyurl.com/uh3t | last post by:
I'm working on examples of programming in several languages, all (except PHP) running under CGI so that I can show both the source files and the actually running of the examples online. The first...
4
by: jonniethecodeprince | last post by:
#This is a program from dummies.com $TheDB = 'edata.txt'; # Open the database file but quit if it doesn't exist open(INDB, $TheDB) or die "The database $TheDB could " . "not be found.\n"; ...
2
by: jx2 | last post by:
i need something like PERL $in = <STDIN>; is there any way to do it in PHP CLI ? thanks a lot jx2
1
by: jcor | last post by:
Hi, I want to read some stuff from the input line and build a string with it. My code is: print "insert title\n"; $title=<STDIN>; $output="_"."$title"."_1000"; print "$output\n";
3
by: jcor | last post by:
Hi, I'd like to know how I cancount characters user inputs while they input it. Imagine something like this: See this example how this could work: input your title (2 chars): My input your...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.