Seek string to time module

2012-04-24 Thread Brent Clark
Hiya Is there a module to parse time. I.e. 00:01:20. The idea was to convert a string, i.e. time, and then to see if the time given is greater than a threshold, for example 1 hour. Hope I make sense. If anyone could help, it would be appreciated. Kind Regards Brent Clark -- To unsubscribe

perl cookbook?

2012-02-29 Thread Brent Clark
Hiya Im looking to buy perl cookbook. I see the second edition was released 2003. Before I go off and buy it, does anyone know if perl cookbook 3rd edition, is ever going to be published? Regards Brent Clark -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e

Re: module for accessing MSSQL

2009-07-07 Thread Brent Clark
DBD::Sybase. For Freetds, just edit the /etc/freetds/freetds.conf. there is an example at the bottom. Profiles called MyServer2k. HTH Regards Brent Clark -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/

Regex problem, #.*# on new line

2009-03-11 Thread Brent Clark
despertate i even tried something silly as join( \n, split(/#.*#/, #aaa#message:details;extra:info;variable:times;#bbb#message:details;extra:info;variable:times;#ccc#not:always;the:same;ts:14:00.00;)) if anyone can help, it would so appreciated. Kind Regards Brent Clark -- To unsubscribe, e-mail

OO - Cgi-param not working with inheritance

2009-02-24 Thread Brent Clark
achieve to use the methods of CGI. As said header() works, but param() does not. If someone can help me understand this, or please show me where I am going wrong, I would appreciate it. Kind Regards Brent Clark -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e

Re: OO - Cgi-param not working with inheritance

2009-02-24 Thread Brent Clark
Chas. Owens wrote: On Tue, Feb 24, 2009 at 03:20, Brent Clark brentgclarkl...@gmail.com wrote: snip Thank you. I understand and its working now ( even a few lines less ;) ). Kind Regards Brent Clark -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail

Login code

2009-01-07 Thread Brent Clark
be appreciated Kind Regards Brent Clark -- To unsubscribe, e-mail: beginners-cgi-unsubscr...@perl.org For additional commands, e-mail: beginners-cgi-h...@perl.org http://learn.perl.org/

Project request : ajax chat with perl backend

2008-11-12 Thread Brent Clark
Hiya Ive been tasked with building a ajax chat but it has to be with a perl backend. Anyone know of any existing projects to help with rapid dev. I looked at the various PHP projects out there, but Management wants Perl. TIA Regards Brent Clark -- To unsubscribe, e-mail: [EMAIL PROTECTED

Regex path

2008-11-07 Thread Brent Clark
Brent Clark -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Re: Regex path

2008-11-07 Thread Brent Clark
Jeff P. wrote: use File::Basename; my $path = dirname(/home/brent/cgi-bin/scripts/common/ticktaktoe); my ($var) = $path =~ /.*\/(.+)$/; Thank You Worked like a bomb. Regards Brent Clark -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http

regex for

2008-10-30 Thread Brent Clark
. Regards Brent Clark -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Re: regex for

2008-10-30 Thread Brent Clark
Rob Coops wrote: What the (?!Victoria) bit does is nothing at first the gets matched and then the (?!Victoria) bit kicks in and checks to see if the string Victoriais not (thats the !'s doing use and = to require it) infront of the . Thank you so much, Regards Brent -- To unsubscribe,

dbdimp.c:1: error:

2008-10-29 Thread Brent Clark
Dear all We have a 64bit machine running SLES10 on which I would like to install Bugzilla, I downloaded it and ran the ./checksetup.pl –check-modules script. I then ran 'perl –MCPAN –eshell' and did a install Bundle::Bugzilla It then did the lot of install and questions which I cannot

Redhat/Centos users

2008-09-03 Thread Brent Clark
I suggest you read this. http://weblog.infoworld.com/fatalexception/archives/2008/08/bitten_by_the_r.html and http://blog.vipul.net/2008/08/24/redhat-perl-what-a-tragedy/ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Re: cgi upload - XMLin

2008-02-13 Thread Brent Clark
. read on filehandle failed: Undefined subroutine Fh::read at /usr/lib/perl5/XML/LibXML.pm line 531 at /usr/lib/perl5/XML/LibXML/SAX.pm line 64 at /usr/share/perl5/XML/Simple.pm line 366 I dont mind creating the tmp file, I just think its a very crappy way of doing things. Thanks again Brent Clark

cgi upload - XMLin

2008-02-12 Thread Brent Clark
Hi Heres my silly Q for the day I would like to upload a xml file, and would like the file to sent directly to XMLin(). Im trying to find a way of not have to create the file in /tmp, and heres my working code. my $filename = $cgi-param(filename); #my $filename =~

authorization - session handling

2008-01-23 Thread Brent Clark
Hi Does anyone have any cool and helpful links / URLS for Session Handling and populating a table? I would like to build a page for authorization. Kind Regards Brent Clark -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

need to extract attachments

2007-01-18 Thread Brent Clark
Hey all Would anyone know of a perl script to extract an attachment. If anyone could assist it would greatfully be appreciated. Kind Regards Brent Clark -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Mail::Sender

2007-01-17 Thread Brent Clark
be appreciated. Kind Regards Brent Clark -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Can't test without successful make

2006-12-01 Thread Brent Clark
any difference, if someone could assist, I would me most greatful. Kind Regards Brent Clark -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/ http://learn.perl.org/first-response

Coding Styles

2006-04-20 Thread Brent Clark
with a real tosser. So my question is, for those out there working a dev environment, would anyone care to share if my way of thinking is wrong etc. Or anything for that matter Kind Regards Brent Clark -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http

Re: Coding Styles

2006-04-20 Thread Brent Clark
from his side, but still I cant escape how old school this all is. Maybe he's trying to make it soo that the project does not diffirentiate too much. Will be easier for the next employee. But I think im going to settle with Ron Goral's option 3. Thanks to all who replied. Kind Regards Brent Clark

split on .

2006-04-07 Thread Brent Clark
Hi all I have a string like so 01.01.04 I need to split and add it to an array my method of ($abc) = $test =~ /\./g; does not seem to provide me with a satisfying result and I get back is the period. If anyone could assit, it would be most helpful Kind Regards Brent Clark

cant process string in system()

2006-02-27 Thread Brent Clark
are not escaped etc, and therefore fetchmail only processing only half the string. If anyone knows how I can achieve in processing the string as is, would be most grateful Kind Regards Brent Clark -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http

purpose of /? at the end of a link

2006-02-16 Thread Brent Clark
Hi all I came across a link where there was just a ? at the end of the link. e.g. http://www.gmx.net/? Is there a particular reason or purpose for this. Just something I was wondering. Kind Regards Brent Clark -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

foreach woes

2006-02-03 Thread Brent Clark
, but its only if I have one, then I get nothing. If anyone could assist me, I would be most grateful. Kind Regards Brent Clark = Data :: Dumper -== $VAR1 = { 'picture_comments' = { 'pic4

Re: foreach woes

2006-02-03 Thread Brent Clark
. Regards Brent Clark -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/ http://learn.perl.org/first-response

package name

2005-12-13 Thread Brent Clark
48. Ig someone would so kind as to point out to me, where im going wrong and to maybe share some tips, I would be most grateful. Kind Regards Brent Clark #- Code below package sql_handler; BEGIN { use Exporter; use vars qw( $VERSION

perl modules woes

2005-12-09 Thread Brent Clark
would be most grateful Kind Regards Brent Clark - #!/usr/bin/perl -w use strict; use CGI; use CGI::Carp qw(fatalsToBrowser); use header; use body; my $html = new CGI; print $html-header(); print world_header; print world_body_top

Re: perl modules woes

2005-12-09 Thread Brent Clark
John Doe wrote: @EXPORT = qw( $html world_body_top labels; ); typo: ; after labels and don't forget to also include use warnings; hth, joe AArghh I cant believe I didnt see that. Thanks for this.

Archive

2005-12-02 Thread Brent Clark
Hi Anyone know if theres an archive link for this mailing list. Kind Regards Brent Clark -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/ http://learn.perl.org/first-response

PHP help to execute to .pl

2005-12-01 Thread Brent Clark
); } ? Im trying to have my PHP fire the value to the perl script. If anyome has any tips or advise, I would be most grateful. Kind Regards and thanks in advance. Brent Clark -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/ http

perl compilers

2005-11-01 Thread Brent Clark
Hi all Just a thought, is it possible to compile perl code in to some type of binary format file, and then perl can execute the bin file. Just somthing I was thinking. Kind Regards Brent Clark -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

keys of hash of hashes

2005-09-16 Thread Brent Clark
' }, 'kwam01' = { 'Thatched Chalet' = 'Chalet', 'Luxury Safari Tent' = 'LuxTnt' }, I basically want just: Luxury, Thatched Chalet', Luxury Safari Tent etc. If anyone would could assist me, I would be most grateful. Kind Regards Brent

Distance learning

2005-09-14 Thread Brent Clark
on my CV. Any tips or advice would be most appreciated. Kind Regards Brent Clark -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/ http://learn.perl.org/first-response

class regex

2005-08-29 Thread Brent Clark
Hi list I have im trying to enhance my regex skill. My questions is, would m/^p11[016]/io match like m/^(p110|p111|p116)/io Any tips or advice, would greatfully be appreciated. Kind Regards Brent Clark -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

open and edit file to prevent race conditions

2005-08-29 Thread Brent Clark
open to race condition. So my question is, whats the best what to update / amend a file. Your tips and or advice, would great fully be appreciated. Kind Regards Brent Clark -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/ http

edit / seek woes

2005-08-29 Thread Brent Clark
Hi List This whole, using seek has kind put me off for the day. Would someone be so kind as to please over look me code and if possible, point out where I am going wrong. Kind Regards Brent Clark === open(HDATFILE, + $fileName.dat

Re: open and edit file to prevent race conditions

2005-08-29 Thread Brent Clark
just use flock as well as the modules Fcntl. Kind Regards Brent Clark -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/ http://learn.perl.org/first-response

regex remove of strings etc

2005-08-23 Thread Brent Clark
Hi all I need to remove the string room (notice the check for a space too) and also to check for spaces in the beginnig and then maybe at the end of the total string. $p110rm01 =~ s/(\sroom|^\s*|\s*$)//igo; Would someone be so kind as to check this for me. Kind Regards Brent Clark

Re: regex remove of strings etc

2005-08-23 Thread Brent Clark
Muthukumar wrote: It is correct. You can try as, # echo hi this is a room ok | perl -ne 'if ( /\s*.*\sroom.*\s*/ ) { s/ room//;}print;' # hi this is a ok Hi you the man I cant believe I was sooo stupid in not thinking of your solution. thanks again Brent Clark -- To unsubscribe, e-mail

not using strict problems

2005-08-19 Thread Brent Clark
is, is there any way I can use local or something to stop strict from moaning about this varibles. Any tips etc would greatfully be appreciated. Kind Regards Brent Clark -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/ http

date

2005-08-17 Thread Brent Clark
with second aswell. If anyone can help your advice would greatfully be appreciated. Kind Regards Brent Clark -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/ http://learn.perl.org/first-response

Re: date

2005-08-17 Thread Brent Clark
Brent Clark wrote: Hi all I have a date as the example format 01.01.06 (I know, but thats how I got it) anyway I need to check that this date is greater than current days date. Would anyone have any solutions to this problem. I have looked at the cpan repository, but from what I see

compare speed problem

2005-08-08 Thread Brent Clark
the value to a new array. Also I need to state, please dont shoot me on this code, I just got passed on too. If anyone can help, it would be most appreciated. Kind Regards Brent Clark #-- sub

reference to subroutines

2005-08-08 Thread Brent Clark
' = \_unknown_html, 'queue' = \_queue_html }; The following code comes from the Tom Kistner's exilog (http://duncanthrax.net/exilog/). Would someone please share some info on why \ and not just ? When do you use this? Thanks in advance. Brent Clark -- To unsubscribe, e-mail

weird return

2005-08-03 Thread Brent Clark
= $ref_hash-{$fileName}{$roomCode}; and the print is fine. its just when I add the name to the hash or arrays. If anyone could point out where im going wrong, I would greatfully appreciate your help. Kind Regards Brent Clark -- To unsubscribe, e-mail: [EMAIL PROTECTED

Re: weird return

2005-08-03 Thread Brent Clark
Brent Clark wrote: Hi list I have my code as so: for my $roomCode ( keys %{ $ref_hash-{$fileName} } ){ my $roomName = $ref_hash-{$fileName}{$roomCode}; if( $pCode eq 'p110'){ if ($p110rm01 eq $roomName ){ $finalHash{$fileName}[0] = $roomName; my Data::Dumper

Re: weird return

2005-08-03 Thread Brent Clark
Brent Clark wrote: Brent Clark wrote: Hi list I have my code as so: for my $roomCode ( keys %{ $ref_hash-{$fileName} } ){ my $roomName = $ref_hash-{$fileName}{$roomCode}; if( $pCode eq 'p110'){ if ($p110rm01 eq $roomName ){ $finalHash{$fileName}[0] = $roomName

ref / hash

2005-08-02 Thread Brent Clark
' = { 'StndRm' = 'Standard Room', 'Suite' = 'Suite', 'Pent' = 'Penthouse' }, If anyone could be so kind to help, it would greatfully be appreciated. Kind Regards Brent Clark -- To unsubscribe, e-mail: [EMAIL

Re: ref / hash

2005-08-02 Thread Brent Clark
Hi List A big thanks to all. I really appreciate your assistance in this. Kind Regards and a big thanks again. Brent Clark -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/ http://learn.perl.org/first-response

ref / hash problem

2005-08-01 Thread Brent Clark
would be kind to help me, it would be most appreciated. Kind Regards Brent Clark -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/ http://learn.perl.org/first-response

passing hash data from one subroutine to another using refs

2005-07-28 Thread Brent Clark
anyone be so kind as to share how I would go about this. I can pass the whole hash, but that would not be right. Kind Regards and thanks in advance Brent Clark -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/ http

search and replace

2005-07-22 Thread Brent Clark
would greatfully be appreciated. I tried googling and the perldoc, but I havent found a decent answer. Kind Regards Brent Clark -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/ http://learn.perl.org/first-response

get value (name of file)

2005-07-21 Thread Brent Clark
look something like so /^*\|/ # Get the beginning of the CSV file, extract the filename, to #the first pipe but I need to extract and pass the value to a variable. Would anyone have any tips or advise on this. Kind Regards Brent Clark -- To unsubscribe, e-mail: [EMAIL PROTECTED

to () or not to (), that is the question.

2005-07-21 Thread Brent Clark
. Any tips / feedback would greatfully be appreciated. Kind Regards Brent Clark -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/ http://learn.perl.org/first-response

Re: to () or not to (), that is the question.

2005-07-21 Thread Brent Clark
Sorry I for got to add. In the second statement I only get a 1 Thanks Brent -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/ http://learn.perl.org/first-response

Re: to () or not to (), that is the question.

2005-07-21 Thread Brent Clark
). If the pattern match has the /g modifier on it (for global matching), the context changes how it behaves as well. Thanks so much. I cant believe I did know, realise that. Thanks again Brent Clark -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: Limit memory used by perl

2005-07-14 Thread Brent Clark
Beast wrote: Hi all, Is it possible to limit memory used by perl? I don't want perl program to eat all memory causing OS to freeze. Hi Maybe you should relook / think yout app and see where you can make it more effienct Kind Regards Brent Clark P.s. How much memory is the machine

Re: xml::simple, $hash ?

2005-07-01 Thread Brent Clark
Currently I have the bookingNumber / s etc Im hoping you or someone will be able to understand. Again, thank for your reply Kind Regards Brent Clark -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/ http

Re: xml::simple, $hash ?

2005-07-01 Thread Brent Clark
billcode/billcode sellcurZAR/sellcur auditusertbrink/audituser /agentNameOne agentNameTwo etc tags for agent two /agentNameTwo agentNameTwo etc tags for agent three /agentNameTwo A big thanks to replying to me. Really appreciate this. Kind Regards Brent Clark

Re: cgi link

2005-06-23 Thread Brent Clark
Graeme St.Clair wrote: Try something like:- $html .= start_html( -title = Rhubarb, -style = { 'src' = '../rhubarb.css' }, -script = [ { 'src' = '../rhubarb.js' }, $jscript ] ); HTH,

XML

2005-06-23 Thread Brent Clark
obviously it looking for the file and not making a http connection. If anyone has any tips or advice, it would be great fully be appreciated Kind Regards Brent Clark -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/ http

cgi link

2005-06-22 Thread Brent Clark
Hi all keep getting this message below. Undefined subroutine main::Link called at C:/Program Files/Apache Group/Apache2/cgi-bin/ecco/scripts/common/getXmlAgents.pl line 24. Here is my code print $html-header(), $html-start_html('Get REMOTE BOOKINGS', -head=Link({-rel='STYLESHEET',

trying up date a hash

2005-06-21 Thread Brent Clark
Hi all Would anyone be so kind as to look at my code. Im trying to create a hash of hashes Thanks in advance Brent Clark while(DATFILEREAD){ chomp; @linex = split(/\|/); my

before -

2005-06-02 Thread Brent Clark
Hi all Im trying to get the numbers before the hyphen e.g. 75664545-bookings Can I use index() for this ? If anyone has any tips or advice, it would be greatfully be appreciated. Kind Regards Brent Clark -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: before -

2005-06-02 Thread Brent Clark
John W. Krahn wrote: Brent Clark wrote: Yes you could: $ perl -le' my $string = 75664545-bookings; my $pre_hyphen = substr $string, 0, index $string, -; print $pre_hyphen; ' 75664545 Hi thanks for this Cant believed I struggled, for / with something so simple Regards Brent Clark

mail header split

2005-05-31 Thread Brent Clark
method / solution it would great fully be appreciated. Kind Regards Brent Clark -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/ http://learn.perl.org/first-response

Crystal Reports

2005-05-19 Thread Brent Clark
it works, I dont really like this solution. I would prefer that perl talks to crystal it self. If anyone has any advice or tips, it would greatfully be appreciated Kind Regards Brent Clark -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http

jscript help

2005-05-06 Thread Brent Clark
with this mailing list that most others would appreciate that it be taken of the list, taken in a of the list manner. If anyone would be so kind as to help, it would be greatly be appreciated. Kind Regards Brent Clark = tr

convert image sizes

2005-05-03 Thread Brent Clark
Hi would anyone know of a perl script to convert image resolutions. But I have a whole host of pics to convert Kind Regards Brent -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/ http://learn.perl.org/first-response

pointers - references ??

2005-04-11 Thread Brent Clark
when or why I would use it. Just something I was thinking. Kind Regards and thanks in advance Brent Clark -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/ http://learn.perl.org/first-response

xml

2005-01-04 Thread Brent Clark
Hi I have been trying to get my perl to work with an xml doc (about 2 hours new to xml). I basically just want all the titleelements would anyone be so kind as too share a link of doc etc as how I can takle this. Kind Regards and thanks in advance Brent Clark

CGI

2004-12-06 Thread Brent Clark
] Premature end of script headers: /home/abc/cgi-bin/xyz/scripts/agent/logon.pl If anyone could be of any assistants, it would be so appreciated. Kind Regards and thanks in advance Brent Clark -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org

CGI

2004-12-06 Thread Brent Clark
] Premature end of script headers: /home/abc/cgi-bin/xyz/scripts/agent/logon.pl If anyone could be of any assistants, it would be so appreciated. Kind Regards and thanks in advance Brent Clark -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org

Re: CGI

2004-12-06 Thread Brent Clark
Chris Devers wrote: Please, just one copy of the email. Thanks. On Mon, 6 Dec 2004, Brent Clark wrote: In my apache log files, I keep getting this: [Mon Dec 6 17:51:35 2004] [error] [client 192.168.111.214] Premature end of script headers: /home/abc/cgi-bin

[PHP] PHP vs PERL? HOPE THIS HELPS

2004-04-22 Thread Brent Clark
http://www.bagley.org/~doug/shootout/index2.shtml http://www.bagley.org/~doug/shootout/bench/ary3/ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/ http://learn.perl.org/first-response