0
votes
2answers
115 views

CGI script doesn't run in browser

I am making a .cgi file which prints all values from database table on webpage in a table format.The problem is that when I run the file on putty terminal emulator it works fine but when I try to run ...
-1
votes
3answers
51 views

What to use for Web backend development? Perl? PHP? [closed]

I'm looking to setup a pretty advanced web-based interface for a B2B application. I'm looking for a backend language to generate templates for the front end, pass the JSON data back and forth, etc. I ...
0
votes
2answers
32 views

Perl sendmail to list is truncated

I am working with a perl based cgi pages for a webproject. I am encountering a strange problem with sendmail module which happens randomly. Problem: Sendmail would truncate the emails of the users ...
1
vote
2answers
44 views

Error-global symbol requires explicit package name

I am trying print all the values of a database table on a webpage in a table format.I am using a perl file having .cgi extension.Whenever i try to run the code i get the error "global symbol requires ...
-5
votes
2answers
45 views

Code Syntax Error [closed]

Cant seem to get this to work, all I keep getting is a a syntax error. #!/usr/bin/perl use CGI qw(:standard); use CGI::Carp qw(warningsToBrowser fatalsToBrowser); use strict; my $Catagory = "Test"; ...
1
vote
2answers
66 views

Communication between PHP and Perl CGI scripts

I have two scripts that carry out different tasks on a server. One is written in Perl (.cgi) the other in PHP. I am trying to send out a request from the perl CGI script by doing something like this: ...
-6
votes
2answers
63 views

What is a CGI in Perl [duplicate]

I'm new to Perl and so far in my reading-a-book-to-learn-perl learning process its good until i encountered this CGI thing. What does it do? Can anyone site a good example where CGI is used in Perl.
0
votes
0answers
18 views

Guide me to run a perl cgi program in browser,i am using windows7 and installed strawberry perl [migrated]

Please help me for this request, I am a beginner at CGI and Perl I tried to install Perl, but I am getting the following error: HTTP Error 404.3 - Not Found The page you are requesting ...
1
vote
1answer
53 views

Perl create byte array and file stream

I need to be able to send a file stream and a byte array as a response to an HTTP POST for the testing of a product. I am using CGI perl for the back end, but I am not very familiar with Perl yet, ...
-1
votes
1answer
66 views

First cgi script in perl and don't know what it does

I am new to Perl and I am looking into CGI programs. I tried the following from Perl Monks and it works. But I have no idea what it does. 1) What is the END_HERE? that is followed by HTML? : print ...
0
votes
3answers
72 views

Perl param() receiving from its own print HTML

I have a Perl script that reads in data from a database and prints out the result in HTML forms/tables. The form of each book also contains a submit button. I want Perl to create a text file (or read ...
1
vote
1answer
23 views

retreiving value from CGI form textbox out of MySQL table

Hey guys I have this form that looks like so in a cgi file: print "<FORM NAME='LAYOUTFORM' ACTION='Handler.cgi' METHOD=POST>"; print "<table border='0' align=center>\n"; print ...
1
vote
1answer
58 views

How to create dynamically sized HTML table?

I have a Perl CGI script. I would like to make a dynamic, appropriately-sized table based on query information from a simple HTML form: http://jsfiddle.net/wBgBZ/4/. I wanted to use HTML::Table but ...
0
votes
1answer
51 views

How to execute one perl script from website in perl?

I am trying to run perl script that doing some things and creating files from web browser page in perl. I am using Windows 7. This is source: use CGI; use warnings; use strict; print ...
1
vote
1answer
29 views

How to display multiple entries from an HTML form?

I have a Perl CGI script. I'm trying to display the user entries on every line but it's not working. Here's what I have so far: #!/usr/bin/perl use strict; use warnings; use CGI qw( :standard); ...
-3
votes
0answers
33 views

PERL CGI Form Processing while URL change

Testing web page: > http://mypage/ contains 3 divs. One div has search form, and div shows content based on search term, and third one is useless for now. When I enter query term, say apple in ...
1
vote
3answers
69 views

Perl CGI Functional Programming - generating links

I have a Perl CGI script. I'm trying to generate hyperlinks on an HTML page using all the elements in an array. I'm using functional CGI style programming. Here's a minimal representation of my code: ...
0
votes
2answers
59 views

Perl: use HTML::Entities error

I'm connecting to a server running a HTML page with the following code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <meta name="generator" ...
0
votes
2answers
43 views

How to create a cgi page with button to post to another page

I have a perl cgi page. It should have a textbox and a submit button. When the submit button is clicked it should POST values to another cgi page, where the values will be collected through param. I ...
0
votes
3answers
80 views

how to pass a variable from an HTML form to a perl cgi script?

I would like to use an HTML form to pass a variable to Perl CGI script so that I can process that variable, and then print it out on another HTML page. Here is my HTML code: ...
1
vote
3answers
82 views

How can I use the value of a JQuery/Javascript variable in a Perl script?

I am a complete newbie to Perl & Javascript/Jquery/Ajax. As an example, I'd like to send the string var exampleString to test.pl, and the script will then write the string to file. function ...
0
votes
2answers
43 views

Perl::CGI Redirect with a Parameter and Access it in the New Page

In PHP it is very common to redirect to a new URL and pass along information such as a 'username.' <?php header( 'Location: http://www.yoursite.com/new_page.php?user_name=$username' ) ; ?> ...
0
votes
0answers
32 views

Eclipse Perl CGI debugging

I have an existing web application, written in Perl, running on Apache HTTP 2.2 server. I'm using Eclipse and Windows Server 2008. I'm trying to setup Perl-cgi debug configuration. Here is my folders ...
0
votes
1answer
55 views

How to display contents of a file with formatting preserved on the browser using Perl CGI

I have a text file saved in the server side. I have to read the file and display its content to the browser using perl CGI. The file has several paragraphs, newline and tab characters. I want to ...
0
votes
1answer
49 views

Invoking a dos batch file to run on a VM, using cgi, running on apache

kindly help me here. My requirement is that we have a VM, on which few dos batch scripts need to be run, based on the parameters chosen on a web page form, which is hosted via Apache on the VM. I ...
0
votes
1answer
38 views

Apache server preprocessing POSTed FORM data

I want to display a progress bar showing the live status of a file upload. I had a solution which involved perl reading from STDIN and then me AJAXing the file every second or so and it worked fine, ...
0
votes
1answer
60 views

Using Perl to get Checked and put VALUE in an array

I'm new to Perl and trying to check to see if a series of checkboxs on an HTML page are checked or not. Each checkbox has a different numeric value I want to add to an array in Perl. I keep getting an ...
0
votes
0answers
39 views

getstore not functioning in (CGI) perl script

I created a little test script to download an image and save it to disk: #!/usr/bin/perl -wT use LWP::Simple; print "Content-type: text/plain", "\n\n"; print "TEST\n"; ...
0
votes
1answer
40 views

cgi.pm redirect does not print to Target _top

I am not sure how much information I need to give here .. so bear with me please while I try to explain the scenario. Apologies if there is too much "padding" I have an application in which I use ...
0
votes
1answer
53 views

Run a Windows command in Perl outside of CGI enviroment

I have a specific proprietary application, which is dual use, running "account.exe" in a CGI context (eg from inside a web server) will make account.exe output a HTML page and such. Running ...
1
vote
1answer
40 views

Perl CGI::Cookie not setting in Safari

I'm very new to perl. I have made a simple login script that is supposed to set a cookie before redirecting to my form page. I have tried everything I can think of but the cookie does not set in ...
0
votes
2answers
52 views

Passing session variables from php to perl

I need to pass php session variables from my php form to a perl script and vice versa so the forms fields can keep their values. form.php <?php session_start(); if (isset($_POST['submit'])){ ...
0
votes
1answer
43 views

Run cgi or perl script without printing header in apache server

Hi can any one tell me how to run the perl or cgi script in apache server without printing header?
0
votes
1answer
32 views

perl cgi won't access php session data in /tmp

I am trying to gain access to an existing php session from a perl script. I can see sample of php to perl, but not perl to php. My biggest issue is accessing the /tmp directory correctly. I have all ...
0
votes
1answer
51 views

perl cgi talks to javascript

I want to retrieve a csv file from one online database. However, due to some XSS issues, I cant directly use ajax, but need to relay on a perl-cgi file. I already had a working perl-cgi file that can ...
-1
votes
2answers
72 views

Perl regex and < character

Been searching for answer to this, but no luck. Shamefully asking because I think I am missing something fundamental. This code is part of a HTML form+CGI script that uploads a file ,extracts it, and ...
0
votes
1answer
66 views

JQuery inside here-doc not working

Is it possible to include JQuery in the here-doc section of perl. I tried but no success. Here is my code. my $cgi = CGI->new();print header();print start_html("JQuery in perl"); print ...
0
votes
0answers
54 views

Perl losing/resetting CGI parameters between forms

I'm having an interesting problem. I've written a Perl script that calls a few subroutines that display HTML. The subroutines also contain form tags. I currently have three input type="submit" ...
0
votes
1answer
39 views

I'm getting “CGI Error: File is not a perl storable” error

I'm having an issue were my perl suddently and without any reason started throwing this exception back to me: CGI Error: File is not a perl storable at blib\lib\Storable.pm (autosplit into ...
1
vote
2answers
146 views

jQuery AJAX to Perl JSON module decode of data

I need to be able to decode multiple parameters from the data portion of an ajax call to a perl cgi script. I know that everything else is working with my code, but for whatever reason I can't seem to ...
-1
votes
2answers
92 views

Why is my Perl script giving the error “Can't find string terminator ” _HTML_“ anywhere before EOF”?

Hi I have just added an IF condition into my source and since then i am getting the error "Can't find string terminator _HTML_ anywhere before EOF " But it works if I remove the IF I am new to ...
0
votes
1answer
54 views

add link to head in perl cgi

I'm new to Perl, and I'm trying to include a CSS file in a perl-generated html page, how can I do that with cgi ? it should be something like print $cgi -> start_html( -link => { -href => ...
0
votes
1answer
52 views

CGI - Perl Script - Html Files - Execute From same directory

I received an old site from a customer that was written in perl and used CGI. The CGI files are mixed in with html files that call up a xls file as a data source. My current hosting company says ...
0
votes
2answers
54 views

Issue with filepath name, possible corrupt characters

Perl and html, CGI on Linux. Issue with file path name, being passed in a form field, to a CGI on server. The issue is with the Linux file path, not the PC side. I am using 2 programs, 1) program ...
0
votes
1answer
119 views

Simple Perl and CGI::Ajax form validation

I'm trying to do a real simple setup. 1.Do checks on each field using CGI::Ajax. 2.Validate that all fields have been filled in with simple perl CGI The thing is, when testing individually, both ...
0
votes
1answer
40 views

How can I tell my dev environment to always load CGI::Carp 'fatalsToBrowser'?

I'm running a development environment for (mostly) a CGI app with Linux (openSuse) and Apache. Many of the apps we run used to have CGI::Carp 'fatalsToBrowser' all the time, and of course we do not ...
0
votes
0answers
62 views

Perl cgi error while trying file download

I have written a cgi script that has a "generate document" button when viewed in a browser. When that is clicked a "save file" dialogue opens and asks for the file name to save as. For this I have ...
0
votes
3answers
54 views

Outputting a html form with cgi

I want to output a html form when I begin my cgi program. I know I can do this by doing the following example perl script. sub MakePage() { print "Content-type: text/html\n\n"; print ...
1
vote
0answers
51 views

nginx + perl setup guide for windows

I'm looking for a guide, tutorial or advices to just have an nginx webserver working on windows configured with localhost site which can run perl scripts. I know how to do it with Apache so, please ...
-1
votes
1answer
64 views

500 errors for images used by Perl CGI application [closed]

I've installed Foswiki but I've problem when my app try load images. The images don't load... I've get a solution but I'm not sure if is correct ... This is my configuration for CGI directory # # ...

1 2 3 4 5 15