Lay person needs perl help solving error message


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Lay person needs perl help solving error message
# 1  
Old 05-20-2008
Lay person needs perl help solving error message

Hi,

My name is Tex I am past 60 and in need of perl help. My hobby is genealogy and I am using a perl program to display my data on my web pages. I don't even know enough to know how to ask in the right way for the help
I need.

This program is written in perl it is open and has been updated a few times.
Below is a Url for where the error can be seen:

Bailey-Chadwick-Dick-Hall-McDonald-Redwine-Shirley Database GEDCOM Output

This is my page and the program is open source. I am using files that have been changed from the orig. I really like the changes and will stay with this version no matter if I can get this fixed or not.

I contaced the last person that made some of the changes and he has helped me get his version up and running but I understood that this feature didn't work right and he had no time to try and fix it.

What I am hoping for is for some one that knows how or wants to play with this program to email me and I will send you the .cig files etc on my system.

I guess what is happening is that on this one feature it calls for the /cgi-bin twice rather than just once. If I take out one of the cgi-bin at this point and hit enter the feature will work fine. Below is what the path looks like that I get with the error messge:


/cgi-bin/cgi-bin/igmged.cgi/dick.ged?Database=dick&Subject

Your help and advice is much sought an appreciated.

Tex- email address removed
# 2  
Old 05-20-2008
Tex, please don't post your email address and ask for private replies...that is against our rules. A shot in that dark... remove the characters I show in red from that page you linked...
Code:
<HTML>
<HEAD>
<TITLE>Bailey-Chadwick-Dick-Hall-McDonald-Redwine-Shirley Database GEDCOM Output</TITLE>
</HEAD>
<BODY BGCOLOR=#3B6EA5 TEXT=#FFFFFF LINK=#DDFFF8 VLINK=#6BFFBC>
<CENTER><H1>Bailey-Chadwick-Dick-Hall-McDonald-Redwine-Shirley Database</H1></CENTER>
<CENTER><A HREF="http://www.dixhistory.com/databases/dick/dick-help.html"><img src="http://www.dixhistory.com/databases/help.gif"
 width="116" height="32" alt="HELP!" border="0">
</A></CENTER>
<CENTER><H2>GEDCOM Output</H2></CENTER><HR>
<P><FORM METHOD="GET" ACTION="cgi-bin/igmged.cgi/dick.ged">
<INPUT TYPE="HIDDEN" NAME="Database" VALUE="dick">
<INPUT TYPE="HIDDEN" NAME="Subject" VALUE="I2516">
<INPUT TYPE="HIDDEN" NAME="Name" VALUE="William Earl Ballard ">
<pre>
.
.
.

# 3  
Old 05-20-2008
Perderabo, Thank you ... I am sorry I didn't go by the rules.
I have a spinal cord injury and makes for very hard reading as well as typing. I know them now and will not do that again.

Tex
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Shell script for solving the math question

Can such Puzzle solve through UNIX script? if yes, what could be the code? This has been solve in C language. we were trying to solve this through shell but could not because of not able to pass 1st argument with multiple value. we are not expert in unix scripting. Below is the puzzle John is a... (4 Replies)
Discussion started by: anshu ranjan
4 Replies

2. Shell Programming and Scripting

Need help in solving to obtain desired print output using awk or perl or any commands, Please help!!

I have an file which have data in lines as follows ad, findline=24,an=54,ab=34,av=64,ab=7989,ab65=34,aj=323,ay=34,au=545,ad=5545 ab,abc,an10=23,an2=24,an31=32,findline=00,an33=23,an32=26,an40=45,ac23=5,ac=87,al=76,ad=26... (3 Replies)
Discussion started by: deepKrish
3 Replies

3. Shell Programming and Scripting

Printing a message in file without opening it in perl

Hello friends, i have a perl script as below ... for (0 ..$#values) { ##want to print some message here in Report.txt file print `find /abc/xyz/pqr/$values" -type f -ls` >> Report.txt } I am able to get output of print `find /abc/xyz/pqr/$values" -type f -ls` >> Report.txt in... (2 Replies)
Discussion started by: harpal singh
2 Replies

4. Shell Programming and Scripting

Perl script with rsh gets stty invalid message

I have a Perl script, that does a system call with rsh to a remote machine. #!/usr/bin/env perl system ("rsh remote-machine echo 99"); And I get the following: stty: standard input: Invalid argument 99 I've tried replacing the system call with below, but I still get the same stty... (1 Reply)
Discussion started by: slchin
1 Replies

5. Shell Programming and Scripting

[Perl] Capture system call error message.

Hi, I googled a bit, but could not find the answer to my problem. But I am sure it is a common issue. I have this code: #!/bin/perl -w #-d use strict; sub remsh_test() { my $host = $_; printf "\n----\n\n"; printf "remsh to $host with system call\n"; my $result = system... (3 Replies)
Discussion started by: ejdv
3 Replies

6. Shell Programming and Scripting

Rotating logs in Perl without message loss

(I'm aware log rotation is a common subject, but I tried searching and couldn't find an answer) For some time now, I've been using the Logfile::Rotate module to rotate logs in a log-monitoring script. So far, I haven't experienced any problems, and it works great because I can use it in Linux... (1 Reply)
Discussion started by: w1r3d
1 Replies

7. Shell Programming and Scripting

A little help using grep for anagram solving with BASH

Hi guys, I have been making a simple script for looking for anagram solutions in a word list (a file of 22k or so words). At the moment it funtions like so: User enters an 8 character string (whatever letters you want to find anagrams of, or solve rather) The script moves all the words... (2 Replies)
Discussion started by: Donthommo
2 Replies

8. UNIX for Advanced & Expert Users

Solving the network collisions in Unix box

Hi, Anyone can u give me an idea to clear the network collisions in the unix box(Solaris and Linux)? NIC performance is very low, and it shows collisions, when issuing the command ifconfig -a in the production server. How can i rectify the network collisions in the box. Using netstat and lsof... (4 Replies)
Discussion started by: muthulingaraja
4 Replies
Login or Register to Ask a Question