Re: Can't use string as a subroutine ref while "strict refs"

2006-11-13 Thread Brad Lhotsky
blah > } > = > Trying to call the subroutine main from variable $do but I am gettin' error: > Can't use string ("main") as a subroutine ref while "strict refs. > But somehow I don't want to remove the 'us

Re: CGI form Caching problem

2005-05-03 Thread Brad Lhotsky
rkpatrick > Virus Bulletin Web Developer, Virus Bulletin > > Tel: +44 1235 555139 > Web: www.virusbtn.com > > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > <http://learn.perl.org/> <http://learn.perl.org/first-response> > > -- Brad Lhotsky <[EMAIL PROTECTED]> -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>

Re: Perl equivelant

2005-05-02 Thread Brad Lhotsky
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= > > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > <http://learn.perl.org/> <http://learn.perl.org/first-response> > > -- Brad Lhotsky <[EMAIL PROTEC

Re: Perl out to PHP

2005-02-04 Thread Brad Lhotsky
it through the CGI model using the old school UNIX technique of piping by using a wrapper script. #!/bin/sh /usr/bin/perl /web/root/cgi-bin/thing.pl |/path/to/php > > Thanks to all for replies! > > -- > > ...m8s, cu l8r, Brano. > > ["Bother!" said Pooh, as Pi

Re: Cookie Security

2004-08-31 Thread Brad Lhotsky
could take control of the host machine, use that cookie to log in and then extract the credit card information through your interface, but at that point, there's not much you could do anyways. > > Thanks, > > Siegfried > > > > > > > -- Brad Lhotsky <[EMAIL PROTECTED]> -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>

Re: Mailing Script

2004-07-08 Thread Brad Lhotsky
;ll receive a copy of the message. That's for your record, for your > convenience. Personally I think that makes sense. > > That said, spammers and other abusers should certainly be taken into > consideration when dealing with mail via the web. > > -- > Gunnar Hjalmarss

Re: joining form input in parser

2004-06-11 Thread Brad Lhotsky
> $FORM{$name} = "$FORM{$name}, $value"; > } > elsif ($value) { > $FORM{$name} = $value; > } > } >} > } > ### > > > William L Kolln > Email: [EMAIL PROTECTED] > > ## > > > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > <http://learn.perl.org/> <http://learn.perl.org/first-response> > > -- Brad Lhotsky <[EMAIL PROTECTED]> -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>

Re: multiple images

2004-06-09 Thread Brad Lhotsky
se should be useful! Good start though :) > # but this returns 6 times the same image > > # more things > > print $q->end_html; > > # thank you > > > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > <http://learn.perl.org/> <http://learn.perl.org/first-response> > > -- Brad Lhotsky <[EMAIL PROTECTED]> -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>

Re: Error in Make process of Text::Aspell

2004-05-26 Thread Brad Lhotsky
; Aspell.xs:410: `entry' undeclared (first use in this function) > Aspell.c: In function `XS_Text__Aspell_dictionary_info': > Aspell.c:743: `self' undeclared (first use in this function) > Aspell.xs:436: `AspellDictInfoList' undeclared (first use in this function) > Aspel

Re: Network Monitoring

2004-05-20 Thread Brad Lhotsky
ng those two in conjunction with the rrdtool perl modules to generate my own graphs. http://divisionbyzero.net/~brad/monitor/ code at: http://divisionbyzero.net/~brad/monitor/monitor.html That should hopefully be enough to get you started. On Thu, May 20, 2004 at 08:39:42AM +0100, Werner Otto wr

Re: Post Method

2004-05-14 Thread Brad Lhotsky
); } Hard to believe its 2004 and there is STILL code parsing the query string itself. > > what changes to I have to make to implement my variables using the "POST" > method. > > Regards > Werner > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > Fo

Re: questions about bind_param and mysql trace data included

2004-05-11 Thread Brad Lhotsky
$sth->bind_param (2,$rh_row->{own_str_addr}); > } > $sth->execute() or > err_trap("failed to execute statement\n"); > > } > print "\n===\n"; >

Re: Help needed with Spreadsheet::ParseExcel

2004-04-27 Thread Brad Lhotsky
__ > Find what you are looking for with the Lycos Yellow Pages > http://r.lycos.com/r/yp_emailfooter/http://yellowpages.lycos.com/default.asp?SRC=lycos10 > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL

Re: Sending a parameter to a subroutine

2004-04-13 Thread Brad Lhotsky
Ceballos Z. | > ---+--- > http://alejandro.ceballos.info | > [EMAIL PROTECTED] | "Las batallas contra las mujeres > ---+ son las ?nicas que se ganan huyendo". > | > |

Re: Hash Assignment

2004-03-19 Thread Brad Lhotsky
- > And get syntax error at "@hash{"??? > > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > <http://lear

Re: Standarized tests

2004-03-17 Thread Brad Lhotsky
Forgot to copy the group! - Forwarded message from Brad Lhotsky <[EMAIL PROTECTED]> - From: Brad Lhotsky <[EMAIL PROTECTED]> To: Camilo Gonzalez <[EMAIL PROTECTED]> Subject: Re: Standarized tests Date: Wed, 17 Mar 2004 11:40:24 -0500 User-Agent: Mutt/1.4i Message-ID:

Re: Email text encoding

2004-02-11 Thread Brad Lhotsky
MAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > <http://learn.perl.org/> <http://learn.perl.org/first-response> > > -- Brad Lhotsky <[EMAIL PROTECTED]> -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>

Re: Email text encoding

2004-02-11 Thread Brad Lhotsky
r contacting Opensourceman. Below is what you > submitted to us:\n >Name: $name\n >Address: $address\n >Email: $email\n >Comments: $comments \n\n >We will be contacting you shortly"; > close(SENDMAIL);

Re: Sorting directory content using creation time

2004-02-04 Thread Brad Lhotsky
reation time? What > are you really trying to do? > > http://danconia.org > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > <http://learn.perl.org/> <http://learn.perl.org/first-response> > >

Re: [PBML] PLEASE USE [PBML] in your subject line

2003-08-22 Thread brad
  -Original Message- From: "Dennis Stout" <[EMAIL PROTECTED]> To: "brad" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> Date: Fri, 22 Aug 2003 07:33:44 -0800 Subject: Re: [PBML] PLEASE USE [PBML] in your subject line > > hi peep's > > I

[PBML] PLEASE USE [PBML] in your subject line

2003-08-22 Thread brad
s the best way i have found to sort my mail. thank you brad -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Fwd: Fw: output pushing

2002-09-09 Thread brad
Hytham,  try cpan.org search CGI::state this might help Brad -Original Message- From: "Hytham Shehab" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Date: Mon, 9 Sep 2002 14:31:44 +0300 Subject: Fw: output pushing > $|++; this won't work man u didn&#x