Greg Jetter pisze:
On Tuesday 01 December 2009 2:52:38 pm Paweł Prędki wrote:
Hello,
I have a website that uses a php engine for news generation and,
basically, most of the other pages. It uses a MySQL database to store
the majority of the page contents (i.e. news).
However, I've wr
Thanks, I'll see if I'm able to use that information.
Rene Schickbauer pisze:
Paweł Prędki wrote:
I will look into the HTTP::Server::Simple::CGI and your framework but
I'm not sure I'm knowledgeable enough to deal with that :) I mean I
don't really get the idea of a phps being only proxies. A
On Tuesday 01 December 2009 2:52:38 pm Paweł Prędki wrote:
> Hello,
> I have a website that uses a php engine for news generation and,
> basically, most of the other pages. It uses a MySQL database to store
> the majority of the page contents (i.e. news).
>
> However, I've w
a problem but I'm really interested in
Perl right now and that's where I stand :)
Rene Schickbauer pisze:
Hi!
Now, the thing is that the PHP scripts also connect to the database
and, presumably, uphold the connection over the duration of the
session so as not to disconnect and re
Hi!
Now, the thing is that the PHP scripts also connect to the database and,
presumably, uphold the connection over the duration of the session so as
not to disconnect and reconnect continually when the user browses the
website.
My question is - is it possible to do the same thing with
I changed the topic of the e-mail. Sorry for the confusion.
Paweł Prędki pisze:
Hello,
I have a website that uses a php engine for news generation and,
basically, most of the other pages. It uses a MySQL database to store
the majority of the page contents (i.e. news).
However, I've wr
Hello,
I have a website that uses a php engine for news generation and,
basically, most of the other pages. It uses a MySQL database to store
the majority of the page contents (i.e. news).
However, I've written before that I've started using simple CGI scripts
in Perl to make some
I have a database connetivity problem, I have a cgi script which connects to
the database.
I tried the CGI script at the command line and its working, it also connects
to the database. But when I use the front end , it says there is an internal
error , and gives the "premature end of s
page, you need to have all the
information from the original database search page as well as a page
number. On a submit from this page, you submit back to the second
script (the same script), but a parameter in this query tells the script
that it is now to generate page two. Other informat
have a script that
> generates a pages that asks the user what to search for. The user
> presses submit. The next script (or a subroutine from the same script,
> depending on your design) processes the query and returns results, but
> only for the first page. On that same page, you need
to have all the
information from the original database search page as well as a page
number. On a submit from this page, you submit back to the second
script (the same script), but a parameter in this query tells the
script that it is now to generate page two. Other information remains
the s
your assistance
Cat
- Original Message -
From: "Sean Davis" <[EMAIL PROTECTED]>
To: "Literatecat" <[EMAIL PROTECTED]>
Cc:
Sent: Wednesday, January 05, 2005 12:40 PM
Subject: Re: Database Rows Returned
In order to do this, you will need to have some way of de
ign.
Sean
- Original Message -
From: "Literatecat" <[EMAIL PROTECTED]>
To: "Sean Davis" <[EMAIL PROTECTED]>
Cc:
Sent: Tuesday, January 04, 2005 7:29 PM
Subject: Re: Database Rows Returned
Hi Sean,
The max_rows_returned is set in the setup file, but it simply determine
to create the next couple of pages.
thanks in advance
cat
- Original Message -
From: "Sean Davis" <[EMAIL PROTECTED]>
To: "Literatecat" <[EMAIL PROTECTED]>
Sent: Tuesday, January 04, 2005 9:47 PM
Subject: Re: Database Rows Returned
Cat,
For whatever reas
ROTECTED]>
To:
Sent: Monday, January 03, 2005 7:50 PM
Subject: Database Rows Returned
Hi folks,
I am hoping that I can get some help here.
When I search my database it comes back with the max rows and then
prints a note to say that I need to refine my search. Yep you guessed
it...someone elses script.
Hi folks,
I am hoping that I can get some help here.
When I search my database it comes back with the max rows and then prints a
note to say that I need to refine my search. Yep you guessed it...someone
elses script.
I don't understand the concept of what happens to create the code to
Does someone know convenient Perl online database with
alphabetical selector, allowing select the specific
letter use alphabeticall selector, without viewing all
list? No online editing required, just display. Plus
search feature.
[A] [B] [C] [D] [E] [F] [G] [H] [I] [J] [K] [L] [M]
[N] [O] [P
On Wed, Sep 01, 2004 at 09:16:53AM -0600, Siegfried Heintze wrote:
> This is GREAT! But being a beginner, I don't know what to do next. Do I
> download the source? Is there a PPM module? Where can I find an example that
> accesses Microsoft Access?
Hi Siegfried,
I believe that there is a PPM for
The benefit of DBD::ODBC is that you do not have to do "database
specific" querying so to speak. You would setup an ODBC connection
(Control Panel->ODBC Administrator) to your Access database, then use
the DSN name you created to access the access database. Do a `perldoc
DBD::ODB
Original Message-
From: Wiggins d Anconia [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 01, 2004 7:33 AM
To: Rearick, Kenneth N.; '[EMAIL PROTECTED]'
Subject: Re: ODBC
>
>
>
> I have a CGI program in which I am trying to access a database. When I
run the code
call this custom module's
function which returns the password, which the scripts then use to connect
to the database.
An additional security (and maintenance) benefit to this implementation is
that the password is stored in a single location, rather than peppered
throughout my scripts. This makes r
tails at the bottom of my post.
It is actually an extremely common situation: There is a CGI script written in Perl. It is a frontend to an SQL database.
The script has to connect to the database so it has to send a password. I need that password to be secure. I am not interested in security
ottom of my post.
It is actually an extremely common situation: There is a CGI script written in Perl.
It is a frontend to an SQL database.
The script has to connect to the database so it has to send a password. I need that
password to be secure. I am not interested in security through obsc
Yes .. I build a file system with firebird, perl and others.
It's a free open source project.
For more information visit the web project at
http://sourceforge.net/projects/tlsystem
I'm waiting yours comments.
best regards
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-m
On Wednesday June 11 2003 10:09 am, Greenhalgh David wrote:
> On Wednesday, June 11, 2003, at 02:10 am, Annie wrote:
> > no i want to ask what if someone enters a firstname and last name
> > which doesnot exist in the database...in that case how i can verify
> > and print
On Wednesday, June 11, 2003, at 02:10 am, Annie wrote:
no i want to ask what if someone enters a firstname and last name
which doesnot exist in the database...in that case how i can verify
and print an error msg that the data doesnot exist for this first name
and last name.
Well a fairly
no i want to ask what if someone enters a firstname and last name which doesnot exist
in the database...in that case how i can verify and print an error msg that the data
doesnot exist for this first name and last name.
Greenhalgh David <[EMAIL PROTECTED]> wrote:Am I understanding you cor
rote:
i have a perl file which is receiving the data from a form...and i
want to verify the two fields $a2 and $a1 i m receiving from form to
be checked in a table in database( using mysql)...and then if the data
is verified in any of the row of the tablethe corresponding whole
row data
i have a perl file which is receiving the data from a form...and i want to verify the
two fields $a2 and $a1 i m receiving from form to be checked in a table in database(
using mysql)...and then if the data is verified in any of the row of the tablethe
corresponding whole row data should be
();
exit;
}
else {
get_pw();
}
}
# creates HTML from
sub apply {
# form w/ hidden field below
#
#
}
# Checks if user exists in database
sub find {
my $dbh = DBI->connect($dsn, $db_user, $db_pass );
my $name = $q->param("f_name");
my $surname = $q->para
# Author: Daniel Stringfield ([EMAIL PROTECTED])
# Purpose: Web interface/database for Mentoring Skills list
#
# NEW Purpose: Web interface/database Test Bed for MySQL...
use DBD::mysql;
use CGI qw(:all);
use Socket;
my $query = new CGI;
$| = 1;
my $mentorcgi = "http://www.fccj.org/cgi/mento
I have a form with two textfields ..one for login and one for password and two buttons
reset and submit. on submit i need to verify the login and password from a table in
mysql and want to retrieve the corresponding information of the verified id and
password.
right now my perl code is able to r
1. Need to send the userid and password from the login form to the "emprec " table in
database and verify id and password. (id is first name and passwd is lastname).
2.After verification of the userid & password, the other fields record should be
retrieved and displayed as a
Bob Showalter wrote:
> my $dsn = "DBI:$driver:database=$database;host=$hostname';
Oy vey! One more try:
my $dsn = "DBI:$driver:database=$database;host=$hostname";
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Van Andel, Robbert wrote:
> A coworker and I have been working on connecting to a MySQL database
> running on the webserver. We are using the following command to
> connect:
>
> my $dsn = 'DBI:$driver:database=$database;host=$hostname';
my $dsn = "DBI:$
To: Van Andel, Robbert
Cc: [EMAIL PROTECTED]
Subject: RE: Database connection trouble
what error(s) are you getting? Make sure you die with $DBI->errstr to
see
what is happening. It could be any number of things at this point.
Have
you tried hard-coding the information in just to make sure it works
To: "Brent Michalski"
<[EMAIL PROTECTED]>
rcom.com> Subject:
PROTECTED]
Subject: Re: Database connection trouble
I am guessing you want to do this instead:
my $dsn = "DBI:$driver:database=$database;host=$hostname";
By using the single quote, Perl will not interpolate the variable
names...
Brent
I am guessing you want to do this instead:
my $dsn = "DBI:$driver:database=$database;host=$hostname";
By using the single quote, Perl will not interpolate the variable names.
A coworker and I have been working on connecting to a MySQL database
running on the webserver. We are using the following command to
connect:
my $dsn = 'DBI:$driver:database=$database;host=$hostname';
my $dbh = DBI=>connect("$dsn", "$user", "$password"
"Zentara" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> On Mon, 30 Sep 2002 11:47:37 -0500, [EMAIL PROTECTED] (Scot Robnett)
> wrote:
>
> >Define "a lot of people."
>
> I just did a quick google search for javascript statistics, and most
> of the surveys show
d. However, as I am relatively new to all this, I
HA:cannot seem to make use of the error and perform decisions in the script
HA:based on it.
[snip]
HA:Can anyone offer any suggestions on where I can find info on how to retreive
HA:a database error message and make decisions on it in this cont
On Fri, 17 Jan 2003 at 17:10, Hughes, Andrew opined:
[snip]
HA:The goal is that before I submit a form submission to the database, I want
HA:to make sure that someone with the same email address has not already
HA:submitted it. If the count(*) brings up anything greater than 0 then the
HA:users
7;
When I replace $participantEmail with an actual email address that is in the
database in the participantEmail field the script prints the "Duplicate
Entry" message as it should. The catch is that I have to write the address
as 'test\@test.com'.
If I change it to an address
ezdb includes some management tools
http://www.ezperl.com
On Monday 30 December 2002 07:45 am, you wrote:
> On Sun, 29 Dec 2002 15:33:38 -0500, [EMAIL PROTECTED] (Lewis
>
> Kirk) wrote:
> >Anybody know of a simple cgi program for managing a membership
> >database (flatfil
On Sun, 29 Dec 2002 15:33:38 -0500, [EMAIL PROTECTED] (Lewis
Kirk) wrote:
>Anybody know of a simple cgi program for managing a membership
>database (flatfile or other)? Features should include allowing
>members to edit certain info with a username password login. Ability
>to
Anybody know of a simple cgi program for managing a membership
database (flatfile or other)? Features should include allowing
members to edit certain info with a username password login. Ability
to display only certain fields in an html page. Searchable on
multiple fields. Easily customizable
On Mon, 30 Sep 2002 11:47:37 -0500, [EMAIL PROTECTED] (Scot Robnett)
wrote:
>Define "a lot of people."
I just did a quick google search for javascript statistics, and most
of the surveys show somewhere between 10% and 15 % of people
have disabled javascript.
>I guess it depends how important th
Jim Lundeen wrote:
> Hello,
>
> I'm creating a web site for our department at my school. We have a
> sign-up form for a society that people can join. I want to create a
> MySQL database of university names and allow the user to click on a
> "Lookup" button on
r 30, 2002 11:30 AM
To: [EMAIL PROTECTED]
Subject: Re: pop-up window with database access
On Mon, 30 Sep 2002 10:28:51 -0500, [EMAIL PROTECTED] (Scot Robnett)
wrote:
>"Avoid Javascript" is a pretty far-reaching statement. If you want to
launch
>a popup window, Perl isn't going t
On Mon, 30 Sep 2002 10:28:51 -0500, [EMAIL PROTECTED] (Scot Robnett)
wrote:
>"Avoid Javascript" is a pretty far-reaching statement. If you want to launch
>a popup window, Perl isn't going to do that, Javascript is. It only takes
>one or two lines of client-side code. There are easy-to-follow Java
d
http://www.htmlgoodies.com/primers/jsp/jsp_toc.html
With regard to the database functionality, Perl and MySQL are powerful tools
if you have the time and inclination to learn them.
Good reading: 'Learning Perl', 'Perl in a Nutshell', 'CGI Programming with
P
On Fri, 27 Sep 2002 14:43:50 -0400, [EMAIL PROTECTED] (Jim Lundeen)
wrote:
>Hello,
>
>I'm creating a web site for our department at my school. We have a
>sign-up form for a society that people can join. I want to create a
>MySQL database of university names and allow th
our db and do
dynamic cool stuff.
Here is a list of perl mailing list:
http://lists.perl.org/
> -Original Message-
> From: Jim Lundeen [mailto:[EMAIL PROTECTED]]
> Sent: Friday, September 27, 2002 2:44 PM
> To: begin begin; perlbegin
> Subject: pop-up window with data
Hello,
I'm creating a web site for our department at my school. We have a
sign-up form for a society that people can join. I want to create a
MySQL database of university names and allow the user to click on a
"Lookup" button on the sign-up form when they get to the fi
Mmkhajah wrote at Sat, 21 Sep 2002 13:20:14 +0200:
> I wonder if it's better to use database normalization solution when dealing with
>Flat Files databases ?
And your Perl-CGI question is ... ?
It's a good question,
but I think you better should ask it in a database news
Hello Everyone,
I wonder if it's better to use database normalization solution when dealing with Flat
Files databases ?
a way to check the status of $sth->execute; to check if it successfully
>executed.
> Also if I pass on a query to a mysql database using perl's DBI, and suppose it runs
>into error, how can I capture that error.
> Thank you
> Aman
>
--
To unsubscribe, e-mail: [EMAI
Hi All
Is there a way to check the status of $sth->execute; to check if it successfully
executed.
Also if I pass on a query to a mysql database using perl's DBI, and suppose it runs
into error, how can I capture that error.
Thank you
Aman
on Fri, 30 Aug 2002 16:46:08 GMT, Aman Cgiperl wrote:
> 12 my $dth = DBI->connect("DBI:mysql:db_name","user","pass");
> 26 my $sth_check = dth->prepare("SELECT * FROM mytab WHERE
^
Try
$dth->prepare(...);
^
--
felix
--
To unsubscribe,
t 30, 2002 10:46 AM
> To: [EMAIL PROTECTED]
> Subject: database connection problem
>
>
> Hello everyone
> I am doing the following
>
> -
> 1 #!/usr/bin/perl
> 2
> 3 use strict;
> 4 use CGI qw(:stand
Hello everyone
I am doing the following
-
1 #!/usr/bin/perl
2
3 use strict;
4 use CGI qw(:standard);
5 use CGI::Carp qw(fatalsToBrowser);
6 use DBI;
7
8 print header;
9 print start_html();
10 $s = 'ama
]]
Sent: Thursday, August 15, 2002 4:29 PM
To: 'Rob'; [EMAIL PROTECTED]
Subject: RE: database update
> -Original Message-
> From: Rob [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 15, 2002 2:24 PM
> To: [EMAIL PROTECTED]
> Subject: database update
>
&
> -Original Message-
> From: Rob [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 15, 2002 2:24 PM
> To: [EMAIL PROTECTED]
> Subject: database update
>
>
> The following line works from a script run from the command
> line on the
> server...
>
use the quote() method or placeholders. both are described in 'perldoc DBI'
> -Original Message-
> From: Rob [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 15, 2002 2:24 PM
> To: [EMAIL PROTECTED]
> Subject: database update
>
>
> The following lin
Rob wrote:
>
> The following line works from a script run from the command line on the
> server...
>
> $sql = "UPDATE data SET CustNo = $custNo, PIN = $pin, Notes = '$notes'
> WHERE CustNo = $custNo and PIN = $pin and CustName = '$custName' and
> Serial = '$serial'";
>
> but when run from cgi I
The following line works from a script run from the command line on the
server...
$sql = "UPDATE data SET CustNo = $custNo, PIN = $pin, Notes = '$notes'
WHERE CustNo = $custNo and PIN = $pin and CustName = '$custName' and
Serial = '$serial'";
but when run from cgi I get the following error...
E
tell you more about the mysql server itself is:
http://mysql.org/
Jordan Mclain
On Tue, 2002-06-25 at 19:33, [EMAIL PROTECTED] wrote:
> I have installed PerlDesk onto my server. Everything is fine, except that I
> cannot located the database host. Im not to good with MySQL and all,
PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, June 21, 2002 9:58 AM
Subject: calling sub based on database list?
Ok, I got sorta a hard question that involves calling randomly changing
subrutines. What
I'm Trying to do is this. 5 libaries are required into my CGI(PERL) progr
Ok, I got sorta a hard question that involves calling randomly changing
subrutines. What I'm Trying to do is this. 5 libaries are required into my CGI(PERL)
program Each of them has their own set of subrutines. Now when someone accesses my
site they also send a page referance eg "main.cgi?pag
Paul Arsenault wrote:
> database. As for transactions, only very high-end commercial databases
> (such as your friend's Oracle) support transactions. They are only
that's not true - postgresql supports transactions.
and according to this page:
http://www.m
Relational databasing just means that there are keys associated between the
different databases that allows the database software to easily make matches
from one database table to another very quickly and efficiently. I don't
know if you've ever heard the term "primary key&
Paul, et al --
...and then Paul Arsenault said...
%
% MySQL is a relational database.
I've followed up and have more information -- sort of. My pal couldn't
provide hard data but pointed not only to extra stuff like transactions
(I don't think anyone is saying that transacti
Paul --
Thanks for the reply.
...and then Paul Arsenault said...
%
% MySQL is a relational database.
%
% Taken from the mysql documentation page at
% http://www.mysql.org/documentation/mysql/bychapter/manual_Introduction.html#Features
%
% MySQL is a relational database management system
John, et al --
...and then John Brooking said...
%
% Not to be pedantic, but isn't PHP a *language*, not a
% database? So you could use almost any particular
Yes, it is; it doesn't have its own database built in. For someone
starting out doing web stuff it wouldn't be bad to p
Not to be pedantic, but isn't PHP a *language*, not a
database? So you could use almost any particular
database with either PHP or Perl. Or does PHP have
it's own built-in database and that's what you meant?
(I looked at PHP a little once, and I have to admit a
knee-jerk negativ
: [EMAIL PROTECTED]
Subject: What database would your recommend?
Hi all,
I want to start learning a database that works with Perl but I would like to
learn a database that works under Windows and Unix also.
Is there such a thing?
Of course, I would like to learn something as simple as possible
quot;Marry myself" to one scripting language;)
Mike
-Original Message-
From: Camilo Gonzalez
Sent: Fri 6/7/2002 12:12 PM
To: 'Nikola Janceski'; Camilo Gonzalez; 'Fred Sahakian';
[EMAIL PROTECTED]
Cc: <
Subject: RE: What database
Sent: Fri 6/7/2002 12:12 PM
To: 'Nikola Janceski'; Camilo Gonzalez; 'Fred Sahakian';
[EMAIL PROTECTED]
Cc: <
Subject: RE: What database would your recommend?
Forgive me Nikola. In this business you need to st
ers
[/rant]
> -Original Message-
> From: Camilo Gonzalez [mailto:[EMAIL PROTECTED]]
> Sent: Friday, June 07, 2002 12:13 PM
> To: 'Nikola Janceski'; Camilo Gonzalez; 'Fred Sahakian';
> [EMAIL PROTECTED]
> Cc: <
> Subject: RE: What database would your recommend?
&
ECTED]]
Sent: Friday, June 07, 2002 11:06 AM
To: 'Camilo Gonzalez'; 'Fred Sahakian'; [EMAIL PROTECTED]
Cc: <
Subject: RE: What database would your recommend?
Perl a dying language?
are you nutz?!?!?!
Haven't you been reading the Apocalypse pages for PERL 6??!?!?
htt
t. Are there still advantages to using Perl over using
> PHP? I'd be bummed to hear I'm using a dying language.
>
> -Original Message-
> From: Fred Sahakian [mailto:[EMAIL PROTECTED]]
> Sent: Friday, June 07, 2002 10:52 AM
> To: [EMAIL PROTECTED]
> Cc: &l
about it.
> -Original Message-
> From: Camilo Gonzalez [mailto:[EMAIL PROTECTED]]
> Sent: Friday, June 07, 2002 11:57 AM
> To: 'Fred Sahakian'; [EMAIL PROTECTED]
> Cc: <
> Subject: RE: What database would your recommend?
>
>
> That's a go
o: [EMAIL PROTECTED]
Cc: <
Subject: Re: What database would your recommend?
depends what you need to do, PHP has become VERY popular
>>> "Octavian Rasnita" <[EMAIL PROTECTED]> 06/05/02 10:58PM >>>
Hi all,
I want to start learning a database that works with Perl but I
That's a good point. Are there still advantages to using Perl over using
PHP? I'd be bummed to hear I'm using a dying language.
-Original Message-
From: Fred Sahakian [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 07, 2002 10:52 AM
To: [EMAIL PROTECTED]
Cc: <
Subject:
depends what you need to do, PHP has become VERY popular
>>> "Octavian Rasnita" <[EMAIL PROTECTED]> 06/05/02 10:58PM >>>
Hi all,
I want to start learning a database that works with Perl but I would like to
learn a database that works under Windows and Uni
MySQL is a relational database.
Taken from the mysql documentation page at
http://www.mysql.org/documentation/mysql/bychapter/manual_Introduction.html#Features
MySQL is a relational database management system.
A relational database stores data in separate tables rather than putting all
the
David T-G wrote:
> mysql is a lean, fast, excellent choice. I'm looking into the same sort
> of question, though, and have found that mysql is not relational (and
> also takes some other shortcuts), and so if you just want *a* database
> it's fine but if you want to learn
Teddy --
...and then Octavian Rasnita said...
%
% Hi all,
Hello!
%
% I want to start learning a database that works with Perl but I would like to
% learn a database that works under Windows and Unix also.
mysql is a lean, fast, excellent choice. I'm looking into the same sort
of que
MySQL sounds like your answer Teddy. Runs perfectly well on Linux and
Windows.
-Original Message-
From: Octavian Rasnita [mailto:[EMAIL PROTECTED]]
Sent: 06 June 2002 03:59
To: [EMAIL PROTECTED]
Subject: What database would your recommend?
Hi all,
I want to start learning a database
Hi all,
I want to start learning a database that works with Perl but I would like to
learn a database that works under Windows and Unix also.
Is there such a thing?
Of course, I would like to learn something as simple as possible because I
am a beginner in Perl.
Thank you.
Teddy,
[EMAIL
This is what I am doing to connect toa database :
#Windows-based Perl/DBI/MS Access access
use DBI;
#open connection to Access database
$dbh = DBI->connect('dbi:ODBC:MSMuseum');
#prepare and execute SQL statement
$sqlstatement="SELECT * FROM Product";
$sth = $dbh
Requested) (IPM Return
Requested)
Cc: '[EMAIL PROTECTED]' (Receipt Notification Requested)
Subject: RE: Perl DATABASE Forms
Hi David
I am new to Perl.
Our sys admin has Apache installed and is setting up for us to use Perl,
DBI, CGI.
Thanks for responding
Charles
-Original Messa
DATABASE Forms
Charles Brice,
Start with DBI and DBD:Oracle. That will handle the connectivity issues
(connect DDL DML). Next comes CGI. Your going to need good old HTML forms
and CGI was easy enough for me to learn and use, but beware - with HTML you
lose the all important issue of STATE. In
ernet Solutions
[EMAIL PROTECTED]
-Original Message-
From: Brice, Charles [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 22, 2002 12:19 PM
To: '[EMAIL PROTECTED]' (Receipt Notification Requested)
Cc: Brice, Charles (Receipt Notification Requested) (IPM Return
Requested)
Subject
Hi all
I work in an ORACLE Forms environment. The client is switching to Perl. Is it
possible
to create a complete data entry system for the Web using Perl? ORACLE Forms allows you
to create multiple data entry blocks in a form and to support "1 to many 1 to many"
relationships
using multipl
Hi there,
I'm trying to manipulate an EXISTING BerkeleyDB3.2.9 database.
Everything is working fine if I implement:
unlink $filename
and insert some keys,value pairs.
If I unlink the filename there are no key,value pairs available any more
which existed before, is this normal
Please, I really, really need some help.
I need to know how to connect to a Database (SQL Server, running under
Windows 2000) throught a Perl CGI(running under Linux).
I want to select some registries and update another ones.
Is there anybody that knows if thats possible?
Thanks in advance
--- Gunther Birznieks <[EMAIL PROTECTED]> wrote:
> There's actually quite a bit of interesting stuff out there that has really
> only been "discovered" and publicized at all in the last year or two. Null
> byte is another huge issue few Perl programmers seem to know
> about/understand as it aff
e open() command in a subtle way yet
I think it is not described in perldoc perlsec (it seems mostly focused on
tainting and general validation issues).
>joel
>
>-Original Message-
>From: Gunther Birznieks [mailto:[EMAIL PROTECTED]]
>Sent: 02 September 2001 01:15
>To:
1 - 100 of 126 matches
Mail list logo