Perl with Ajax issue

2019-08-12 Thread Matt Zand
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

Re: problems with 'require'

2009-11-30 Thread Matt Whipple
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

Re: problems with 'require'

2009-11-30 Thread Matt Whipple
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"; >

Re: Send email using SMTP

2009-01-09 Thread matt
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

Re: Send email using SMTP

2009-01-09 Thread matt
> 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

RE: First and second rate programmers

2002-06-06 Thread matt stewart
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

RE: yahoo mail did't compile HTML mail

2002-05-14 Thread matt stewart
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

RE: Network programming

2002-05-10 Thread matt stewart
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

RE: Camel Book

2002-03-20 Thread matt stewart
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

can't delete files

2002-03-06 Thread matt stewart
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

can't delete files

2002-03-06 Thread matt stewart
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

RE: Split a line with Multiple data types

2001-11-13 Thread Matt Richter
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

Split a line with Multiple data types

2001-11-13 Thread Matt Richter
stinationHost : Always an IP Number On Interface : Always exists InterfaceName : Always One Word Thanks! Matt Richter

Re: Printing Hash Keys

2001-10-25 Thread matt jones
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

Re: Printing Hash Keys

2001-10-24 Thread matt jones
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 --

Re: Cookies and Security

2001-08-08 Thread Matt Kent
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]

How to use DbFramework.

2001-07-27 Thread Matt Kent
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]