i->header( -type => 'application/json' );
print $json;
print $string;
I am tesitng this on localhost.
I am getting no response. Should I install Perl on the server or does it
come with Apache package.
--
Cheers,
Matt Zand
Cell: 202-420-9192
Work: 240-200-6131
High School Technol
Paweł Prędki wrote:
>
> I changed all the permissions and what I get now is that everything
> works fine but whenever I make changes to the .pm file I need to
> restart the server that is running locally for the changes to be seen
> in my main script... This is not the case on the live target serve
Paweł Prędki wrote:
>
> package dbredwings;
For organization reasons, you should probably make the package name
match the file name
>
> my $platform = "mysql";
> my $database = "dbplayers";
> my $host = "localhost";
> my $tablename = "players";
> my $user = "player";
>
On Jan 8, 8:55 pm, vend...@charter.net (Adam Jimerson) wrote:
> "Mike Williams" wrote:
>
> > You can read the output of perldoc perlsec on the web at:
> >http://perldoc.perl.org/perlsec.html
>
> That will help, thanks!
>
> > What version of perl are you using? What OS?
>
> > I've seen similar prob
> I wasn't able to remember what it exactly said, but yes it is about
> $ENV{PATH}, on my machine perldoc perlsec is riddled with formating problems
> it looks like, here is a copy of what I mean:
>
> "Perl automatically enables a set of special security checks, called
> ESC[4mtaintESC[24
> m ESC[4
So much bitterness, i FEEL your pain - let it all out.
Strike down your enemies, and the path to the dark side will be
complete..
-Original Message-
From: drieux [mailto:[EMAIL PROTECTED]]
Sent: 05 June 2002 18:32
To: cgi cgi-list
Cc: [EMAIL PROTECTED]
Subject: Re: First and second ra
i believe there should be some kind of header info stating that the content
type is html. i think hotmail just displays it nomatter what, but most mail
browsers won't.
-Original Message-
From: messag from ESS [mailto:[EMAIL PROTECTED]]
Sent: 14 May 2002 14:29
To: [EMAIL PROTECTED]
Subject
i reckon you might have more luck with a more advanced perl list?
i've done a bit of perl, and reckon this probably is out of the depth for
most "beginners"?
sorry i can't help!
-Original Message-
From: DanaBarish [mailto:[EMAIL PROTECTED]]
Sent: 10 May 2002 16:20
To: [EMAIL PROTECTED]
Su
i'd imagine it'll be an o'reilly book - all their books have some kind of
animal on the front.
-Original Message-
From: Octavian Rasnita [mailto:[EMAIL PROTECTED]]
Sent: 20 March 2002 12:29
To: [EMAIL PROTECTED]
Subject: Camel Book
Hi all,
I heard about that famous Camel Book for Perl
to either overwrite the existing image, or even unlink it and
write a new one.
is it something to do with the fact that all the images are saved as owner
"www" and group "www", whereas the scripts are of owner "matt" and group
"group"? i can't even chmod the fi
now the folder is writable to, but for some reason, it won't allow
> the script to either overwrite the existing image, or even unlink it and
> write a new one.
> is it something to do with the fact that all the images are saved as owner
> "www" and group "www&qu
ace", by "words
between identifiable letters or digits" etc. I don't know which function
to use to do this.
Matt Richter
-Original Message-
From: Roger C Haslock [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, November 13, 2001 10:36 AM
To: Matt Richter; [EMAIL PROTECTED]
Subj
stinationHost : Always an IP Number
On Interface : Always exists
InterfaceName : Always One Word
Thanks!
Matt Richter
At 19:51 25/10/01 +1000, Shannon Murdoch wrote:
> So I take it there is no way to list all the keys contained in a hash in
> the same order they were entered in, like I can with a normal array?
use Tie::IxHash;
It makes hash functions return elements in insertion order, IIRC.
--
mjx
free love
At 23:26 24/10/01 +1000, Shannon Murdoch wrote:
> What everyone has said so far is ways to list all the VALUES contained
> in a hash array, what I need to do is list all the KEYS contained in the
> hash array-with a tab (\t) between each.
foreach (keys %params) { print "$_\t"; }
should work
--
reading the security section of "CGI
Programming with Perl", though I may be wrong.
Matt
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
ework protocols
are going to be used in the online update functions.
I have tried reading the .pod files but they don't seam to be helping much.
Matt
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
17 matches
Mail list logo