thks for all ... From: "Josh Chamas" <josh@...> To: "William Agasvari" <william.agasvari@...> Cc: "Farshid Dabesh-Khoy"...
William Agasvari
william.agasvari@...
Apr 1, 2003 10:28 am
1128
Hey, I would like to allow for - in XMLSubs tag names by converting them to underscore "_" automatically when converted to perl subroutine names. dash or "-"...
Josh Chamas
josh@...
Apr 2, 2003 5:42 pm
1129
... Josh, Sounds nice, but what if you have both <my:table-sql/> and <my:table_sql> ? Of course one shouldn't do that :-) "Just don't create a file named ...
Fagyal, Csongor
concept@...
Apr 2, 2003 5:54 pm
1130
Hi Josh, What about speed? I think some tags like <my:some-thing/> is very nice, but the speed of pages still one of most important factors. Will it work the...
Oleg Kobyakovskiy
ok@...
Apr 2, 2003 5:58 pm
1131
I agree. :) PS: Very nice about '-rf' file name. I didn't hear about it before. :) ... To unsubscribe, e-mail: asp-unsubscribe@... For additional...
Oleg Kobyakovskiy
ok@...
Apr 2, 2003 6:01 pm
1132
... I've only used XMLSubs a little (basically, just to replace <!--#include-->), but here's my two cents: I believe I think tags with '-' in their name is...
Philip Mak
pmak@...
Apr 2, 2003 6:06 pm
1133
... Well, maybe something like what mod_perl does when creating a filename out of a path? The problem is that this way or that way but you have to change the...
Fagyal, Csongor
concept@...
Apr 2, 2003 6:14 pm
1134
... They would both translate to my::table_sql() so would be interchangable. As far as escaping - to __, I guess I see this as unnecessary as tag referencing...
Josh Chamas
josh@...
Apr 2, 2003 9:41 pm
1135
... The tags will be translated at compile time, and since there is already a ... Runtime overhead will be unaffected, script will end up calling...
Josh Chamas
josh@...
Apr 2, 2003 9:44 pm
1136
... Since its Perl, you can probably do it, however I believe that named subs must basically have the sub names matching \w+ between the :: but not sure...
Josh Chamas
josh@...
Apr 2, 2003 9:58 pm
1137
I am developing a Web site using Apache::ASP module. I would like to know the best way to design a Form. As Apache::ASP is Server-Side and I cannot integrate ...
KUNAL PAREKH
pkunal@...
Apr 3, 2003 3:00 am
1138
... You can certainly use JavaScript on an Apache::ASP page. The only difference between a normal page, and an ASP script, is that <% %> code blocks will be...
Josh Chamas
josh@...
Apr 3, 2003 3:41 pm
1139
Hello! Should I use UniquePackages in my http.conf for use different version (non-compatibe) of *.pm modules in different version of my application on same...
Nikolay Melekhin
nmu@...
Apr 4, 2003 10:56 pm
1140
Hi, I intend using Apache-ASP for our web site which is a online travel agency. I had a little deeper look at what it does internally and I have some little...
Uwe Riehm
u.riehm@...
Apr 9, 2003 5:28 pm
1141
... Send ideas, patches, etc. to this list & we can hash things out here. Even if the changes don't make it into the core module, at least others have your...
Josh Chamas
josh@...
Apr 9, 2003 7:17 pm
1142
Hi, thanks for your replies on my question "whom to send suggestions to". I will now do as adviced and send them to the list. I have to admit that my changes...
Uwe Riehm
u.riehm@...
Apr 10, 2003 10:09 am
1143
I am getting started with MySQL. My Apache Server is all set to execute .asp pages. 1>> I installed MySQL version: 4.0.12 and its working. 2>>I started my...
KUNAL PAREKH
pkunal@...
Apr 10, 2003 5:04 pm
1144
... I have added this CookieDomain setting to my development version 2.55, which I can send you if you would like. I probably won't publish 2.55 for some time...
Josh Chamas
josh@...
Apr 10, 2003 6:02 pm
1145
... You should use RaiseError => 1 when connecting to DBI handle. Then when there is an error, it will show up at least in the error_log. What is it there?...
Josh Chamas
josh@...
Apr 10, 2003 6:12 pm
1146
... Recent releases of Apache::ASP work with mod_perl 1.99 without any special configuration. However, because Apache::ASP uses chdir() which is not a thread...
Josh Chamas
josh@...
Apr 10, 2003 7:29 pm
1147
Hey, I just published Apache::ASP v2.53 to CPAN. It has at least one major bug fix with session state clean up, and some minor enhancements and bug fixes...
Josh Chamas
josh@...
Apr 10, 2003 7:51 pm
1148
Josh, I was able to solve this problem..atleast for the time being. But I definitely will have to dig deeper into mySQL. Well the problem was solved when i...
pkunal
pkunal@...
Apr 10, 2003 9:47 pm
1149
Hi Josh, ... Cool. Makes me happy when other people share my ideas... :))) ... I think I didn't explain very well what I meant because I guess you...
Uwe Riehm
u.riehm@...
Apr 11, 2003 10:20 am
1150
... I believe the functionality should stay this way in part because of what it can do currently that it would not be able to do otherwise. There is an...
Josh Chamas
josh@...
Apr 11, 2003 7:29 pm
1151
Hello list! I tried to set up an Apache server for Citrix NFuse on Windows 2000. As NFuse uses ASP, I installed the perl-win32-bin and configured it as I was...
Lars Engels
Lars.Engels@...
Apr 15, 2003 11:03 am
1152
... as ... correctly. ... Hi again, I now found out, that the path to the login.asp was wrong, I corrected it now, but the result of login.asp is the page's...
Lars Engels
Lars.Engels@...
Apr 15, 2003 11:25 am
1153
... Its likely that Apache::ASP won't run these scripts, as they are probably written in VBScript ( as most IIS/ASP applications are ). So even if you are to...
Josh Chamas
josh@...
Apr 15, 2003 8:40 pm
1154
... corrected ... probably ... Hello Josh, thank you for your answer. I think you are right, I saw some VBScript in the source code of the pages. But there is...
Lars Engels
Lars.Engels@...
Apr 16, 2003 6:30 am
1155
All, I am developing a web site using Windows 98, Apache, Apache-ASP, mySQL. I have completed the pages in ASP wherein a user can sign up. With some previous...
pkunal
pkunal@...
Apr 18, 2003 7:07 pm
1156
... I use Mail::Sendmail (available from CPAN). This works fine and can even handle attachments if you wish to allow this. While I have never tried this on...