Re: CGI scripts mod_perl

2000-11-19 Thread Ruben I Safir
When you're *really* good with mod_perl, you abandon Apache::Registry and move up to writing handlers or using embedded templating systems like EmbPerl, Mason, or Template Toolkit. Actually, if your using EMBPERL, why even BOTHER with the CGI interface at all. But I think that EMBPERL uses

Re: CGI scripts mod_perl

2000-11-19 Thread Ruben I Safir
Find the time to READ the documentation Tonight would be a good nite. Ruben http://www.mrbrklyn.com At the moment, I'm just trying to get mod_perl to work and have users' scripts use it. I haven't had time to read docs on how to use it, only enough to get it going. Will it speed up

Re: problems with HTML::Embperl on macos x (darwin)

2000-11-13 Thread Ruben I Safir
Is that the new Machintosh BSD OS?

Re: Please Help : Problem at ASP

2000-11-13 Thread Ruben I Safir
Why are you sending this to the modperl mailing list.

Re: ASP Editor

2000-11-10 Thread Ruben I Safir
Why would you ask this on a mod perl mailing list? Use EMACS.

Re: ModPerl job in Manhattan, NY

2000-10-15 Thread Ruben I Safir
Ruben I. Safir 1600 East 17th Street Brooklyn, NY 11230 1-718-382-5752 [EMAIL PROTECTED] Skills UNIX, Apache Web Server administration, Networking Administration, C programming, Perl and Perl DBI, SQL, UNIX Script Language, HTML. Introduction to Java and C++. Operating Systems

Re: large file uploads

2000-09-12 Thread Ruben I Safir
Maybe you can explain exactly what you need a little clearer? Ruben

Re: HTML Template Comparison Sheet ETA

2000-09-04 Thread Ruben I Safir
Nah You do not want the Perl to look like the HTML at all so the HTML designers aren't confused. Also - why put so much perl into the page at all? [- use mymodule.pm -] Sam Tregar wrote: On Mon, 4 Sep 2000, Perrin Harkins wrote: Embedded perl is absolutely the best answer

Re: Passing a hash to a cgi outside a form?

2000-08-23 Thread Ruben I Safir
\n\n"; -- This is test2.cgi -- #!/usr/bin/perl use CGI qw (:standard); print header; $list = param('list'); foreach (keys %{$list}) { print "KEY IN LIST = ",$_,br; } -- Thank you for your help ! -- Ruben I Saf

Re: [RFC] holding a mod_perl conference

2000-04-03 Thread Ruben I Safir
onsite and open-enrollment Perl training! -- Ruben I Safir [EMAIL PROTECTED] [EMAIL PROTECTED] Perl Notes: http://www.wynn.com/jewish/perl_course http://www.brooklynonline.com Manager of Intranet Development NYU College of Dentistry Resume: http://www.wynn.com/jewish/resume.html

Re: Modules Lost in EMBPERL

2000-01-06 Thread Ruben I Safir
Gerald (Yoda) Richter Are you even in NYC? Would love to get you to talk at one of our Linux User group meetings. I'll buy the beers. -- Ruben I Safir [EMAIL PROTECTED] http://www.brooklynonline.com Manager of Intranet Development NYU College of Dentistry Resume: http://www.wynn.com/jewish

Re: Another IE5 complaint

1999-11-24 Thread Ruben I Safir
SWQAAK Tim Tompkins wrote: Is this horse dead yet?!? I don't know, but let's kick it an' see if it squeels! Thanks, Tim Tompkins -- Ruben I Safir [EMAIL PROTECTED] http://www.brooklynonline.com Manager of Intranet Development NYU College of Dentistry Resume: http

Re: Another IE5 complaint

1999-11-23 Thread Ruben I Safir
LINK REL="SHORTCUT ICON" href="/path/to/favicon.ico" Is this sort of thing implimented in Netscape? Is rev and rel implemented in any fashion? -- Ruben I Safir [EMAIL PROTECTED] http://www.brooklynonline.com Manager of Intranet Development NYU College of De

Re: Another IE5 complaint

1999-11-23 Thread Ruben I Safir
probably dynamically rewrite the link to file:///dev/mouse or file:///dev/zero, if that made any sense to those denizens. But that's just me. :-) --tom -- Ruben I Safir [EMAIL PROTECTED] http://www.brooklynonline.com Manager of Intranet Development NYU College of Dentistry Resume: http

EMBPERL: Possible bug

1999-11-10 Thread Ruben I Safir
We are running a lot of embperl stuff and are running into a rather unsual problem when data is entered into a form with 00 (zero-zero) endings including 300, 400, etc. Has anyone seen a bug of this sort? We store our EMBPERL HTML pages in mysql databases and then call them. -- Ruben I Safir

Re: PC Week: Attacked and hacked!

1999-10-12 Thread Ruben I Safir
Dear Boss Thanks for pointing this article from PC Week out. I've already read and reviewed this, and discussed it with the hacker after it was anounced 3 weeks ago on http://slashdot.org. The hacker attacked a shrink wrapped CGI application with a documneted hackers weakness that has been