On 05/03/2009, anand.bha...@wipro.com wrote:
> If I give the complete path of codestriker.pl
> (/codestriker/codestriker-1.9.8/cgi-bin/codestriker.pl) in the browser
> then I get the error window that the codestriker.js was not found and I
Is that the full url you're using?
If your address bar r
supported under the later versions of SQL*Net, but it's something that you
could look at
Dan
Henri Asseily <[EMAIL PROTECTED]>
23/11/2004 08:11
To: Bob Showalter <[EMAIL PROTECTED]>
cc: "'Kevin Bass'" <[EMAIL PROTECTED]>,
Are you reading Learning Perl By Randal L. Schwartz & some one else
depending on the edition you have?
On Sun, 2004-02-01 at 11:51, Joel wrote:
> I wrote a decent, working program that actually does something
> semi-usefull (areaformula.pl)!!!
> Check it out! You can find the area of a circle with
tty sure that's possible using a multipart/mixed (server push)
document, but I can't find any tutorials on how to do it (preferably
using CGI.pm).
Can anyone either explain it or point me to a good resource?
Thanks in advance,
Dan
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For ad
On Wed, 2004-01-21 at 01:45, Andrew Gaffney wrote:
> Dan Anderson wrote:
> > On Tue, 2004-01-13 at 16:05, R. Bryant wrote:
> >
> >>Hi List,
> >>
> >>Is it possible to use CGI.pm in conjunction with a templating system?
> >
> >
> > W
read in some template file and spit out some data.
However, I would assume it would not be too hard to implement.
-Dan
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>
e out its upload speed, all of which could be done if
you created a Java applet to upload.
However, creation of such a script is pretty off topic.
-Dan
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>
g for root in the /var/www/cgi-bin directory.
I know webmin panels most virtual hosts use execute root commands. How
do they do this, and how do I get around this?
-Dan
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org
What is the best way to test a script that is spitting out stuff to the
httpd log. lessing a huge log is a PITA, and deleting it doesn't give
me a new log like I'd like (plus potentially loses information I need).
Thanks in advance,
Dan
--
To unsubscribe, e-mail: [EMAIL PROT
if I don't supply a path? Will it allow me access to all dirs? Or
will CGI supply a path for me?
Thanks again,
Dan
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
If I create a cookie with path '/' does that mean it will be available
for all web pages on my site, or will it instead be only available to
web pages in the / directory?
Thanks in advance,
Dan
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
> Great, I got the use lib to work but where is the directory
> for these modules you mentioned (on linux):
>
Cool.
> > No you wouldn't not if you install it via cpan (IE it's in
> a standard
> > directory already in @INC) Same with any other module, Net::SMTP,
> > Mail::Sender,
>
> I did
> > #/usr/bin/perl
> > use strict;
> > use warnings;
> > use WhateverTheHeckICallTheModule qw(emailx);
> >
> > emailx({
> > ip => '1.2.3.4',
> > to => '[EMAIL PROTECTED]',
> > fr => '[EMAIL PROTECTED]',
> > sb => 'Inquiry Response Request',
> > ms => $emailme
> I understand what you are saying but I would have to include
> the path, the @INC thing, to the "use
> WhateverTheHeckICallTheModule qw(emailx);".
>
No you wouldn't not if you install it via cpan (IE it's in a standard directory
already in @INC)
Same with any other module, Net::SMTP, Mail::S
> Thanks, you did good with this code for me. I did not want to
> load more library as most suggested. This works just fine
Why not? One simple use statement and you're done. Platform independent,
No relying on an external program to be at the path you specify, use the switches you
specify,
Or
foo == 100
You can seperate packages into seperate files ending them in .pm and
naming them with the package name and then:
use my_package; # allows access to my_package
-Dan
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
ipt on your script replacing "\r" with "".
-Dan
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
it LOCAL ONLY. Don't try sending it to anyone
or selling it. It will only give you headaches. Instead link through
to a database or something you can require.
-Dan
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
dd to the security of
having a 777 directory.
-Dan
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
The book I am reading describes exactly what you are talking about --
compiling a script into bytecode (like java). I have heard it described
as experimental by some people though.
-Dan
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hi,
Is there a way I can check my server to see if my perl setup and
configuration is running OK and ready to run cgi scripts?
I've run pre written perl cgi scripts for a few years on a shared server but
recently set up my own server and for some reason I can't seem to get my
long used cgi script
r3,$var4) = split(/\|/,$entry);
}
after this code is executed, $var1 becomes "data1", $var2 becomes "data2"
and so on..
dan
"Teresa Raymond" <[EMAIL PROTECTED]> wrote in message
news:p05100300b930547b0793@[67.37.228.239]...
> Split takes a text delimited
esting here, I went up to 100 before calling
it quits.
I've included some other information that you might find useful.
Hope this helps.
Dan
-- Vendor Information on URL limits
--
Note that with method=get, IE has a limit:
http://support.mic
23 matches
Mail list logo