Tagged Questions
1
vote
0answers
36 views
Suggestions for differentiating which Q a user would like to answer
I am trying to make it so that a user can choose which question they want to answer, and, using a textarea, answer that question. I'm having trouble figuring out how I can differentiate which question ...
0
votes
0answers
21 views
Dropdown box on change event for multiple list box
my ($self, $c) = @_;
$c->stash->{buildallinfo}=$c->model('DB::misc')->getTestInformation();
Buildall info dump is like :
Apple => type2=>[2,3]
type4=>[2,1]
Mango => ...
0
votes
1answer
27 views
How to display HTML tags in UTF8 Translations in Template tool kit
I am working in a web based website, where we are using Perl, MySQL 5, Apache and Template Toolkit.
we are planning to introduce the support for multiple Language in our website.
What we have done ...
1
vote
1answer
44 views
perl test content to see if contains HTML
I would like to test content that is submitted by users to see if contains HTML or not, and I'd prefer to do it without having to write my own regex. Does anyone know of a module that does this or a ...
0
votes
0answers
29 views
Microsoft Excel not Decoding the UTF-8 data automatically
I am facing an issue with respect to displaying ARABIC characters in an Excel/.csv which is created by my website.
We are in the process of internationalizing the website. In a particular page, we ...
0
votes
3answers
67 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
3answers
47 views
Spaces in links using perl and html
I have a problem with spaces using perl. I'm taking my informations from a db and I'm using them for a query string, but if there is a space, I can't validate my page.
<a href="fish.cgi?fish=White ...
1
vote
1answer
57 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 ...
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);
...
-2
votes
0answers
35 views
Verifying website links assignment using Perl [closed]
I am working on a homework assignment and having trouble in getting started. From what I gather from the writeup below is I read in files from a directory on my hard drive. I was given some sample ...
0
votes
1answer
22 views
Read Hash data from Yaml string
How to read hash Data from Yaml using Perl
my $config = $Self->{YAMLObject}->Load( Data => $Data[7] );
The yaml data [$Data[7] has this] :
DefaultValue: ''
Link: ''
PossibleNone: 1
...
0
votes
1answer
28 views
Loading Html Datatable through Perl
I was wondering if there is a way that my index.html can call a perl handler to load a datatable within the index.html. No JQuery, but I can use Javascript. How would /should I go about this? As of ...
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
55 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
3answers
77 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: ...
0
votes
1answer
69 views
Can't call method “setValue” on an undefined value - perl
use strict;
use warnings;
use utf8;
use 5.010;
use HTML::HTML5::Parser;
open (FILE, '<links.txt') ;
my @lines = <FILE>;
my $i;
my $a = $lines[$i];
my $xml = ...
0
votes
3answers
97 views
[PERL]How Create Html Table from formatted txt file
as subject, i have to write a perl script that transforms a log file like:
pippo 2 64 0 2
pippo_a 3 24 0 2
Pippo_b 2 60 0 23
pluto 0 18 0 4
pluto_a 8 25 0 6
paperino ...
3
votes
2answers
95 views
Using Template Toolkit to tick a checkbox without using multiple loops
I'm using Template Toolkit and perl to generate a web page. I have an array with ID numbers in it that toggle checkboxes on and off, if that value exists in the array. I was wondering if there is a ...
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 ...
1
vote
1answer
148 views
Calling Perl Script through AJAX to print the contents of a text file
I am using AJAX and a web-based server [APACHE] to call a perl script.
I have my files in htdocs, where my server accesses these files. When I click on test.html it pops up a button "test" and ...
0
votes
1answer
49 views
How can I use Perl to extract a particular part of an HTML file
I am new to Perl, I am trying to read specific content between <div class="one"> of a HTML file.
HTML file:
<div class="one">
<div id="two">Donec eu libero sit amet quam ...
0
votes
1answer
39 views
MIME::Lite and inlined CSS images
I have the following code:
#!/root/bin/perl
use strict;
use warnings;
use MIME::Lite;
my $data =<<"DATA";
<!DOCTYPE HTML PUBLIC >
<html>
<head>
<style>
#header {
...
1
vote
1answer
54 views
Render a HTML source into an image (png, gif) - Cocoa, Applescript, Automator evrything is welcome
I am trying to convert some HTML-source into an image. Finally I want to do this on the commandline but my search brings me to this idea, to use a little Cocoa app to do the work.
Applescript or ...
0
votes
2answers
29 views
Trouble with “unblessed reference” when using HTML::TokeParser
I've been poking a this and can't get around this "unblessed reference" error. Here's my simplified code:
#!/usr/local/bin/perl
use strict;
use warnings;
use HTML::TokeParser;
my $p = ...
0
votes
3answers
31 views
Howto use WWW::Mechanize to access pages split by drop-down list
I have list of genes to download from the following links.
the problem that it's separated into 60 pages, under the drop-down list.
...
0
votes
2answers
60 views
How to download HTML encoded with PHP/JavaScript content using WGET or Perl
I have a URL which I want to download and parse:
http://diana.cslab.ece.ntua.gr/micro-CDS/index.php?r=search/results_mature&mir=hsa-miR-3131&kwd=MIMAT0014996
The problem is when I download ...
0
votes
0answers
50 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
70 views
JQuery and Perl to display dynamic results on drop down selection
I'm currently using Perl CGI to display some internal billing pages at work. I'm using JQuery as well to add a little 'spunk' to it if you will.
I'm looking to generate/display HTML based on drop ...
0
votes
2answers
60 views
Perl HTML file upload issue. File has zero size
I have a perl CGI script, that works, to upload a file from a PC to a Linux server.
It works exactly as intended when I write the call to the CGI in my own HTML form and then execute, but when I put ...
-1
votes
2answers
56 views
get html tag and class content, perl [closed]
i need to read the content of the class 1 as below
<div class=article-body>aaaa</div>
here is my perl code
$lines = <INPUT>;
my $root = HTML::TreeBuilder->new( \$lines );
my ...
-1
votes
2answers
79 views
Print content of <P> html, perl
i'm doing perl programming. i'm opening a input of .html. i want to copy the content of <P> tag into variables so that i can used the content only and make some changes to the content
below is ...
0
votes
3answers
53 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 ...
0
votes
2answers
71 views
WWW::Mechanize::Firefox How do you extract the text within HTML element tags?
Good Day,
How do you print the text of an HTML tag with WWW::Mechanize::Firefox?
I have tried:
print $_->text, '/n' for $mech->selector('td.dataCell');
print $_->text(), '/n' for ...
0
votes
1answer
70 views
How to pass value of a browse button in html to perl program
I have a html page in which i am using a browse button which allows a user to browse for a file in his system. when i press a submit button,a perl script is called. i want to pass the value selected ...
0
votes
2answers
78 views
on form validation if there's no words in the fields it returns the error but still submits the cgi file?
to be more specific, when we submit our empty form which should have information in it should submit an alert saying "please enter a value" it does this but then after selecting okay on the alert it ...
0
votes
0answers
112 views
selenium perl cgi / jquery popup testing
I have a cgi popup window (using jquery) that is used to update several fields on the main webpage. It uses the window.opener to find the parent window.
...
0
votes
0answers
52 views
Formmail script on iis7 - error 500
I am having problems with the formmail.pl (or should it be .cgi) form, my top part of the html form code is shown below.
<form action="/cgi/formmail.pl" method="POST">
<input ...
0
votes
2answers
77 views
Calling perl from java script without server
Iam a bit new to java script and would like to know if there is any way to call a perl script when a button is clicked from a HTML web page without the intervention of the server(Tomcat,XAMP,etc.).One ...
2
votes
2answers
38 views
How to use perl’s uri_encode in one line
In the past I’ve used the code echo "<one two>" | perl -MHTML::Entities -ne 'print decode_entities($_)' to output <one two>.
Now I want to do something similar, but I want to ...
2
votes
2answers
95 views
How to remove question mark garbage data, dynamically, from files?
I have an unknown number of files with garbage data interspersed and I want to remove said garbage data dynamically, perhaps using regex.
It'll usually look something like this in an HTML file in a ...
0
votes
0answers
60 views
Parsing a file in browser - calling java / perl from html/javascript
I am writing some client side html pages for doing small scripting work. I run the html files from my local file system and there is no server involved.
These pages do small tasks like in one of the ...
0
votes
1answer
70 views
how to bypass html escape signs and extract text only from html file in perl using web::scraper
I am trying to extract the text only from the html page and want to ignore or bypass the html escape signs "<" and ">". I am copying the part the html page that i used for extraction of text:
...
3
votes
1answer
196 views
Need regular expression to remove /> between two HTML markup tags except img tag
I need some help crafting a regular expression which removes /> between two HTML markup tags.
<!-- The line could look like this -->
<td align=right valign=bottom ...
4
votes
1answer
227 views
How to Encode and Decode “Acute accented characters” using Perl
I am working in a web based educational website, where we are using Perl, MySQL 5, Apache and Template Toolkit. we are planning to introduce the support for multiple\ Language in our website.
What we ...
0
votes
2answers
43 views
Identify added or removed text in HTML files using Perl
My problem boils down to, I have multiple versions of the same HTML page, and I want to know if this page has changed using Perl. These files contain html/javascript and written English. The changes ...
0
votes
1answer
202 views
How do I pass back multiple select box selections to HTML form?
I am using Perl (and Dancer) with HTML to create a form. On my form I have some fields like so:
<input type="text" name="keywords" id="keywords" value="<% keywords | html %>"/>
...
0
votes
2answers
52 views
How to get element attributes in pQuery
I'm trying to scrape a website using pQuery and get the src attribute in all img tags.
Here's what I've tried so far:
@imgs = pQuery("http://search.cpan.org/~ingy/pQuery-0.07/lib/pQuery.pm")
...
0
votes
1answer
154 views
Pass variables from HTML form to Perl script
I'm having some difficulty creating an HTML front-end for a Perl script we use in-house for config generation. We've moved from a Linux system to a Windows server instance and I've tested CGI/Perl are ...
0
votes
0answers
87 views
web interface to update the data in datbase tables
I am writing a web application that provides user friendly forms to add data to database tables. How to design web interface to update the data in database tables? There are some parent and child ...
0
votes
1answer
77 views
How do I get a parameter's value from a CGI Perl app?
I am trying to get value from a form. My HTML is as below:
<select name="new_id" ><option value="464">464</option></select>
I am trying to get the value using:
my ...
