Re: Problem with uploader

2008-11-21 Thread Matthew Whipple
On Tue, 2008-11-18 at 10:49 -0500, Adam Jimerson wrote: > Matthew Whipple wrote: > > > > > The open must have failed. You could work on getting a more descriptive > > error message but I'd suggest starting with the the path and > > permissions. Also ch

Re: Problem with uploader

2008-11-18 Thread Matthew Whipple
On Sun, 2008-11-16 at 21:31 -0500, Adam Jimerson wrote: > On Sunday 16 November 2008 9:10:19 pm you wrote: > > > > > You'll want to look in the error log to see what is there. > > > > Sean > > All the Apache error logs says is "print () on closed Filehandle OUTFILE at > /srv/www/cgi-bin/upload l

Re: Problem with uploader

2008-11-17 Thread Matthew Whipple
> > Running it locally prints out the generated HTML and it looks right and the > page does open correctly on my server but there is not file in /tmp and the > mail is never sent and I don't know if it is a problem with opening the > OUTFILE handle because the die command doesn't kick in from

Re: perl-cgi and apache configuration in fedora 9

2008-11-15 Thread Matthew Whipple
On Fri, 2008-11-14 at 22:58 +0530, venu madhav reddy wrote: > Hello, > please help me > I am using fedora 9 > plese tell me how to configure apache and perl-cgi in fedora 9 > apache and perl are in built with fedora > just tell me how to modify perl.conf file to run cgi progams. You most likely ne

Re: using cgi.pm to create and interpret textboxes

2008-11-11 Thread Matthew Whipple
On Tue, 2008-11-11 at 03:19 -0800, marys wrote: > Hello: > Can anyone tell me how to use CGI.pm's 'textfield' function to set up > a form with a lot of fill-in fields and then parse them? I tried to > read three values from input boxes but the output seems to be the name > of the textbox and not

Re: Could not open testfile.txt: No such file or directory

2008-05-30 Thread Matthew Whipple
On Fri, 2008-05-30 at 13:04 +0100, Mimi Cafe wrote: > Still cannot see why Perl complains that Could not open file for reading. > File or directory does exist. > I have modified my script and now using Getopt::Long module instead of the > @ARGV variable. Can someone take a look? > > The script i