for the statistics: the following perl script will accept html data and images from any app server sending correct mimetypes:
use IO::Socket;
#
# To let this script work, please replace the PeerAddr by the
# correct application server ip address (default 'localhost') and replace
# the PeerPort...
Ah, I was too soon, Yes your solution does help a lot!
binmode($remote);
binmode(STDOUT);
while(<$remote>){print;
}
has showed me the first images THANKS!!!!!
Thanks for the answer. yes this does send images, but point is that the image data is on the application server and not at the webserver. So html data and images are send by the application server. I need something to receive the data from the appserver and send it to the webserver/browser. With...
Thanks for the answers. Unfortunately the last option doesn't work. The perl is the cgi application which should be able to send images in response to (i.e):
background-image:url('avw.pl?img=images/logohdr.jpg')
Only the request is sent to the appserver where the images are located. HTML does...
I have a perl 'gateway' running on my webserver passing all data through to an application server. The received data is send to the webserver. It works well with html data (text) but receiving binary data (images) does not work:
use IO::Socket;
$envString=GetEnvVariables()...
The answer was satisfactory. It's not a matter of what is right or wrong, problem is that we want to migrate from MicroFocus to Fujitsu and where testing the internal form of numbers, especially the sign. When we migrate, we must be sure that things keep working as they do now, and we need to...
Thanks for the suggestion. We have tested all 4 combinations giving the same result. Move zeroes fills all area with binary zero, where the addition of 0 causes a sign in NC and leaves the binary zero in MF. At least that's what seems to be happening.
Next source is a snippet of a sample application compiled with MF and NetCobol. MF returns 'equal' and NC 'not equal'. What's going on? We are investigating a port from MF to NC.
03 TABEL1 VALUES ZEROES.
05 XITAB1 PIC S9 OCCURS 10 TIMES INDEXED BY XI1.
03 TABEL2 VALUES ZEROES...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.