I would go for Postgres, if I were you. Relational, transactions, and
foreign key assignments. May be a little slower than MySQL, but pretty much
the same in stability.
-James
-Original Message-
From: Octavian Rasnita [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 05, 2002 7:59 PM
To:
This might help if you are using the CGI.pm module.
use CGI::Carp qw(fatalsToBrowser);
-James
-Original Message-
From: Nate Brunson [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 11, 2002 11:23 AM
To: [EMAIL PROTECTED]
Subject: running perl with -w
when you run perl with the -w flag
Thanks!
-James
-Original Message-
From: fliptop [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 11, 2002 4:48 PM
To: James Kelty
Cc: [EMAIL PROTECTED]
Subject: Re: File upload problems
James Kelty wrote:
> I have written the below script for file uploading, but the script seems
upload more files.";
print $cgi->end_html;
#-End Perl Script-----#
#-Begin HTML Form-#
File upload page
File Upload section...
Please select a file to upload:
#--End HTML Form-#
James Kelty
Sr. Unix Systems Administrator
The Ashland Agency
541.488.0801
[EMAIL PROTECTED]
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
I believe that the Perl question was 'Is there a substitute or work-around
for this problem I have?'. In so saying there is actually a perl fuction
called, you guessed it!, grep.
perldoc -f grep will give you the info you need.
-James
-Original Message-
From: Evan Panagiotopoulos [mailt
You might want to try using readdir() and opendir() instead.
Anyone using backticks in the cgi can cause security holes if
they do not use taint. Also, using backticks spawns a separate
shell, instead of running in the perl memory space.
-James
-Original Message-
From: Brett W. McCoy
PM
To: James Kelty
Cc: Brett W. McCoy; [EMAIL PROTECTED]
Subject: RE: where to get modules? and any gui for win32?
that version only has no nmake for winnt systems.
Thanks for the help thou
eric
On Wed, 10 Oct 2001, James Kelty wrote:
> http://www.bell-labs.com/project/nmake/
>
&g
http://www.bell-labs.com/project/nmake/
-James
-Original Message-
From: Eric Wang [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 10, 2001 2:47 PM
To: Brett W. McCoy
Cc: [EMAIL PROTECTED]
Subject: Re: where to get modules? and any gui for win32?
You know where I can get nmake? I us
You know, I figured it out! I had a sub with a var = shift(@_); , but I
didn't give the sub the paramSorry to bother everyone!
-James
-Original Message-
From: James Kelty [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 09, 2001 3:00 PM
To: [EMAIL PROTECTED]
Subject: nslooku
use Socket;
my ($name,$aliases,$addrtype,$length,@addrs) = gethostbyname($host);
foreach $a (@addrs) {
my $ipaddress = inet_ntoa($a);
print $cgi->em("$ipaddress");
}
}
sub cgidie {
my $message = shift(@_);
my $cgi = $cgi;
print $cgi->s
to the login page again without having to give
them a link to back to the login screen...or to the default page.
-James
--
James Kelty
Sr. Unix Systems Administrator
The Ashland Agency
541.488.5248
[EMAIL PROTECTED]
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e
...
Thanks.
-James
--
James Kelty
Sr. Unix Systems Administrator
The Ashland Agency
[EMAIL PROTECTED]
541.488.0801
"scribble" on perlmonks
wards a module
that uses ICMP
with nearly the same syntax as IO::Socket has for tcp?
Thanks.
-James
James Kelty
Sr. Unix Systems Administrator
The Ashland Agency
[EMAIL PROTECTED]
541.488.0801
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
quire statment and make the file a user routine?
-James
--
James Kelty
Sr. Unix Systems Administrator
The Ashland Agency
[EMAIL PROTECTED]
541.488.0801
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Assuming of course that we are on a *NIX system.
-James
-Original Message-
From: James Kelty [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 16, 2001 4:37 PM
To: [EMAIL PROTECTED]
Subject: RE: executing a cgi-script continously
While I agree that having cron access does vary, your
While I agree that having cron access does vary, your solution wouldn't
really handle the DB being
down either, unless of course there is some error detection going on it the
script in the first place.
In either case, they would both work, or having an at now command at the
bottom of the script wo
Why not use a crontab or atd type file?
-James
-Original Message-
From: Simon K. Chan [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 16, 2001 3:34 PM
To: [EMAIL PROTECTED]
Subject: executing a cgi-script continously
Hey all,
Is it possible to have a CGI script that, at the end of
oter;
And if I don't miss my guess, this should print out the form if no
params are entered and print out "Thanks" if they are. Right?
Well, initially it seems that it works right, but if I don't enter
anything, and hit submit, I get the "Thanks!". I thoug
27;450'},
`/bin/date +'%m-%d-%y'`,br,`/bin/date +'%H:%M:%S'`)
]
)
);
Please ignore the back-ticks, they are coming out, I was just messing
around. Anyway, I, from what I gathered from the perldoc thought that
this would write tw
align=>MIDDLE},
[
td({-bgcolor=>green,-width=>'150'},["$row[0]","$row[1]","$row[2]","$row[3]"])
]
)
);
print $cgi->end_table;
}
--
--
James Kelty
Sr. Unix Systems Administrator
The Ashland Agency
[EMAIL PROTECTED]
[
> th(['Vegetable', 'Breakfast','Lunch','Dinner']),
> td(['Tomatoes' , 'no', 'yes', 'yes']),
> td(['Broccoli' , 'no', 'no', 'yes']),
> td(['Onions' , 'yes','yes', 'yes'])
> ]
> )
>);
>
> HTH.
>
> --lucy
--
--
James Kelty
Sr. Unix Systems Administrator
The Ashland Agency
[EMAIL PROTECTED]
; "END_HTML2"
END_HTML2
Like this?
-James
--
--
James Kelty
Sr. Unix Systems Administrator
The Ashland Agency
[EMAIL PROTECTED]
on the
command
line, but I thought that you could use it to process flags as well. I
mean, I have before, I've looked over some of my older code, and I just
can't see what I am doing differently, or incorrectly.
All help is very much appreciated. Thank you!
-James
--
--
James Kelty
Sr. Unix Systems Administrator
The Ashland Agency
[EMAIL PROTECTED]
Sorry about the confusion. I did mean in the body of the main cgi and
subsequent cgis later. Not SSIs. Sorry about that.
-James
"Brett W. McCoy" wrote:
>
> On Wed, 27 Jun 2001, James Kelty wrote:
>
> > Can you include say a header and footer .cgi file that is j
Can you include say a header and footer .cgi file that is just a
subroutine? The reason I ask, is that it seems to me that it might make
things (on a larger application) easier if all you had to do was mess
with the middle content of the pages. Does this make sense at all?
-James
"Moon, John" wrote:
>
> Any one know what to do next ... ? I've never used "make" before ...
>
> SUN1>perl5.00502 Makefile.PL INSTALLDIRS=site
> INSTALLSITELIB=/opt/common/html/actual/cgi-bin/Library/CGI
>
> then
>
Try just running:
$ perl Makefile.PL
You have a version miss-match, that's al
Can anyone point out a good book that details the functionality of perl
and crypt()? I would like to have a cgi page that allows new member to
sign up, hold the info in a flat file, but I would like to have the
passwords encrypted. Any help would be much appreciated! Thanks alot!
-James
27 matches
Mail list logo