Search Discussions
-
How do I execute a epl script and pass it parms like calling a URL: http://host/page.url?key=value How do I pass key and value to an executed script correctly? Thanks! Scott ...
Scott Chapman
Jan 21, 2003 at 9:50 pm
Jan 28, 2003 at 4:55 am -
I'm aware of this extension (http://www.somewhere.com/software/) for Dreamweaver 3, but has anyone had any success making MX play nicely w/ Embperl? I'm not very familiar w/ Dreamweaver at all, ...
Saadiq Rodgers-King
Jan 16, 2003 at 6:01 am
Jan 22, 2003 at 2:42 pm -
I have been developing an embperl page on my local Windows machine with Apache 1.3.6 installed. It has a button named "enter" and when pressed, the form pass the query strings by POST method to the ...
Hoenie Luk
Jan 22, 2003 at 7:23 pm
Feb 5, 2003 at 4:48 am -
Hello everybody, I have been using %udat successfully within one session. But if I close the browser and visit the web site again, the %udat data is no longer available. However, according to the ...
Hoenie Luk
Jan 18, 2003 at 6:00 pm
Jan 20, 2003 at 5:27 pm -
I was surprised to find that the URL parameters passed in ?name=value after the URL are not being parsed into %fdat. Is there an embperl way of getting at this data or do I need to parse it manually? ...
Scott Chapman
Jan 16, 2003 at 4:23 pm
Jan 17, 2003 at 3:20 pm -
Hi! I'm new to both Embperl and Apache::Session, so I have to ask. I'm inclined to believe it's a Session issue, but maybe one of you can help me. In my configurations, the session ids are stored in ...
Alexandru Deva
Jan 13, 2003 at 12:03 pm
Jan 16, 2003 at 9:51 am -
I'm attempting to execute a page and redirect the output to a file. This is all that's in the page I'm loading: [- Execute({inputfile= 'page.epl', output = '/tmp/output.html' }); -] page.epl begins ...
Scott Chapman
Jan 13, 2003 at 7:32 pm
Jan 16, 2003 at 1:07 am -
Hi list, I need generate an table that can have table inside table. I am trying an recursive routine, but i don't am getting sucess, because the html is not generate. Exist any form for do it. I am ...
Maurício Amorim
Jan 13, 2003 at 10:53 pm
Jan 14, 2003 at 7:53 pm -
i think this issue was discussed in the past, but i really didn't see a resolution in the mail archives so i might be covering grounds again. still i want to work through this problem with anyone ...
Keith Watanabe
Jan 9, 2003 at 7:31 am
Jan 12, 2003 at 2:34 pm -
Hi: I am working in the eplsite project (eplsite.glin.com.mx), in the news module we need to do some recursive process to display the comments. I have a subroutine DisplayKids to display the comments ...
Carlos Kassab
Jan 21, 2003 at 3:42 am
Jan 22, 2003 at 7:05 am -
I'd like to run Embperl 1.3.5 with Perl 5.8 on windows. I have problem with installation. Can anyone tell me the the versions of Apache and mod_perl suitable for it ? Thanks Radek Starostik ...
Radomir Starostik
Jan 30, 2003 at 12:11 pm
Feb 3, 2003 at 8:34 am -
When Embperl 2.0b8 outputs the value attribute for hidden input fields from the %fdat hash, it doesn't escape the double quotes correctly, and the %fdat value is not preserved. The following Embperl ...
David Hull
Jan 28, 2003 at 10:47 pm
Jan 29, 2003 at 8:04 pm -
Hi folks. I recently started working on a web project utilizing embperl2 and apache2, and what I thought would be the simple task of having subs available from a module seems to be not as simple ...
Alan
Jan 23, 2003 at 9:57 pm
Jan 27, 2003 at 5:56 am -
Hello all, I'm having all kinds of problems with sessions... here goes. The error message when using the embperl 2.08b default behavior (Apache::SessionX): ================= [Tue Jan 14 10:52:53 ...
Farouk Khawaja
Jan 14, 2003 at 5:17 pm
Jan 16, 2003 at 7:44 pm -
Hi All, I get following error in my embperl.log file on every request. -- [21949]CUP: Error while closing HTML::Embperl::DOC::_2::OUT: Can't locate object method "CLOSE" via package ...
Kamil Hanak
Jan 28, 2003 at 8:03 am
Jan 28, 2003 at 8:51 am -
[= changed from 2.0b8 to 2.0b9. In 2.0b8 [=Update Selected=] will give an error. Not so in 2.0b9 from CVS. Can I tell 2.b8 to do as in 2.0b9? Or how long time before an official 2.0b9 ? -- Kaare ...
Kaare Rasmussen
Jan 20, 2003 at 2:00 pm
Jan 28, 2003 at 4:45 am -
how do you set "no strict 'defs'" for the whole page (if you're using [$ var $]) ? thanks in advance --------------------------------------------------------------------- To unsubscribe, e-mail: ...
Joshua Spoerri
Jan 22, 2003 at 4:13 pm
Jan 28, 2003 at 4:43 am -
Are there any issues with using mdat and udat in the same page? I've been using udat for a while with no problems, and mdat also seems to work fine on its own, but mdat and udat in a single page ...
Joshua Spoerri
Jan 22, 2003 at 3:40 pm
Jan 27, 2003 at 5:40 am -
Hi all, I'd like to do the following $req- {msg} = "some text <br some more text"; Unfortunately the '<br ' is not breaking. It's just getting displayed. The HTML output looks like '<br '. Any ...
Farouk Khawaja
Jan 22, 2003 at 9:34 pm
Jan 23, 2003 at 11:47 am -
Hi list, I configure my http.conf with ErrorDocument /embperl/errmsg2.epl and when the occur the error in an .epl file with die, the apache no log any error about errmsg2.epl, and IE no display the ...
Maurício Amorim
Jan 11, 2003 at 3:21 pm
Jan 13, 2003 at 8:07 pm -
Hi list, I am using ErrorDocument directive in apache and i set EMBPERL_OPTIONS 262144 My apache configuration is: # # MOD_PERL # Alias /perl /home/masilva/local/apache/cgi-bin/perl PerlModule ...
Maurício Amorim
Jan 10, 2003 at 2:00 pm
Jan 13, 2003 at 8:03 pm -
The attached patch against Embperl-2.0b8 adds the ability to specify an HTTP status when setting the HTTP Location header. Currently in Embperl when using: $http_headers_out{Location} = ...
David Hull
Jan 31, 2003 at 7:31 pm
Feb 5, 2003 at 4:38 am -
There seems to be a bug in Embperl 2.0b8 where the second and subsequent attempts to set $escmode without any normal intervening output are ignored. Here's an example of the problem. The following ...
David Hull
Jan 28, 2003 at 10:56 pm
Jan 31, 2003 at 5:14 am -
Here's the problem I was seeing when accessing URL http://host/gc/c/xx.epl [6848]SES: Received Cookie ID: 521469431535cba2d4bf56e04bc4ad6f New Cookie ID: 521469431535cba2d4bf56e04bc4ad6f User data is ...
Farouk Khawaja
Jan 30, 2003 at 5:02 pm
Jan 31, 2003 at 4:42 am -
Hi! While compiling Embperl from CVS (2.0b9_dev-6) and mod_perl 1.99_08. I got an error: gcc -c -I/usr/local/apache2/include -I/usr/local/apache2/regex -I/usr/local/apache2/os/unix ...
Jaak
Jan 21, 2003 at 6:59 pm
Jan 28, 2003 at 7:27 am -
Hi, I have compiling errors with the new apache 2.0.44 and embperl (regardless of the version - 2.0b8 till CVS) Any suggestions? cc -c -I/var/wsrv/www/include -I/var/wsrv/www/regex ...
Jörg Kütemeier
Jan 27, 2003 at 12:51 pm
Jan 28, 2003 at 7:22 am -
Hi! I am trying to create a config file from a template file and some data submited from a form. When i try to write the values to the config file a get an error. I am doing this: open (tfile, ...
Carlos
Jan 27, 2003 at 3:19 pm
Jan 27, 2003 at 3:35 pm -
G'Day, After selecting a set of data using the following: ... $dat = $sth_rte_sel - fetchall_arrayref; ... and then attempting to display in a table: <tr bgcolor="[+ $row % 2 == 0?'#ffffc6':'#ffe7c6' ...
Jim Hall
Jan 24, 2003 at 5:52 am
Jan 27, 2003 at 6:48 am -
Below is the output from a attempt to install Embperl 1.3.4 on a system with the following Redhat 8.0 (psyche) httpd-2.0.40-11 httpd-devel-2.0.40-11 mod_perl-1.99_05-3 Seems to be looking for the ...
Winfield henry
Jan 22, 2003 at 11:46 pm
Jan 27, 2003 at 6:36 am -
Can DBIx::Recordset make this update: UPDATE table SET col = col + ? WHERE id = ? If so, how??? -- Kaare Rasmussen --Linux, spil,-- Tlf: 3816 2582 Kaki Data tshirts, merchandize Fax: 3816 2501 ...
Kaare Rasmussen
Jan 22, 2003 at 6:30 pm
Jan 23, 2003 at 1:42 am -
Embperl 2.0b9 will add any SELECT field to the [$hidden$], so it will be duplicated. If the user chooses an entry with value 1, it will be 1\t1 if I use [$hidden$]. It did not do that with 2.0b8. -- ...
Kaare Rasmussen
Jan 4, 2003 at 12:31 pm
Jan 17, 2003 at 7:06 am -
I'm trying to parse the ENV{QUERY_STRING} and put it in a hash (%fields) in $req. This is being done in constants.epl under EmbPerl::Object. I want to make this hash available to the page being ...
Scott Chapman
Jan 17, 2003 at 12:07 am
Jan 17, 2003 at 5:05 am -
Hi, After the form is validated, if it is successful, there are other functions I would like it to call. For example, I want to disable the "Submit" button after it is pressed, as to prevent ...
Justin Harrison
Jan 5, 2003 at 7:34 am
Jan 8, 2003 at 3:31 pm -
Hi , Does newer versions of embperl support jumping out of a loops like while .. endwhile , foreach endforeach , something similar to "next" and "last" keywords in perl. Regds Mallah. -- Rajesh Kumar ...
Rajesh Kumar Mallah
Jan 4, 2003 at 11:12 am
Jan 8, 2003 at 3:21 pm -
Hi all - I am running a script from the command line that uses Embedded Perl to generate static HTML pages. I am calling HTML::Embperl::Execute on different input files in the following manner: my ...
Tammy Hepps
Jan 3, 2003 at 6:12 pm
Jan 8, 2003 at 3:19 pm -
Hi! While using latest Embperl from CVS and sending session cookie over HTTPS cookie does not have flag server secure. Mozilla, Opera, Konqueror etc. work allright but Internet Expoler 6 will not ...
Jaak
Jan 5, 2003 at 10:26 am
Jan 5, 2003 at 10:53 am -
Hi Where I can find file Apache::SessionX::Config.pm. Does it autogenerate, come with some package or something? It feels to be hard to find this file from internet. ville jungman, ulvilantie 3 b 11, ...
Ville Jungman
Jan 3, 2003 at 8:25 pm
Jan 5, 2003 at 3:45 am -
I know this may be a stupid posting, because I've touched the topic before. But I keep running into this problem and I think I remember that you (Gerald) told that you would fix the problem I ...
Kaare Rasmussen
Jan 3, 2003 at 12:11 pm
Jan 4, 2003 at 9:26 pm -
Hi I changed to using VIM version 6.1.150, and now Embperl highlighting went away. Does anybody have an idea about what to do? -- Kaare Rasmussen --Linux, spil,-- Tlf: 3816 2582 Kaki Data tshirts, ...
Kaare Rasmussen
Jan 31, 2003 at 6:27 am
Jan 31, 2003 at 6:27 am -
Tervehdys! At last I got the session(X) handling and %udat working after several _days_ of cpanning and perl module examining (not easy because I'm very new linux and perl user). The solution was ...
Ville Jungman
Jan 24, 2003 at 11:21 pm
Jan 24, 2003 at 11:21 pm -
Hi, We are trying to port an existing application working on Apache to Interstages' IPP(Infoprovider Pro). The problem is that though we've managed to get mod perl examples running on IPP, we are at ...
Jagmohan_bhatia
Jan 22, 2003 at 3:07 pm
Jan 22, 2003 at 3:07 pm -
One of the great features of of the Embperl/DBIx::Recordset combination is the ability to pass %fdat directly to a database update or insert call. Recordset takes the parameters that exist in the ...
Kee Hinckley
Jan 14, 2003 at 10:30 pm
Jan 14, 2003 at 10:30 pm -
I read in an question in mailing list archive that the print OUT in subs not function. I have problems with this, because the html is not generate in this case. Somebody can tell if it is already ...
Maurício Amorim
Jan 13, 2003 at 6:47 pm
Jan 13, 2003 at 6:47 pm -
libembperl-perl appeared in the Debian "unstable" archive a few days ago. Its currently 2.0b9dev5-1, based on a CVS checkout in mid-December (from memory). This version is compiled against ...
Angus Lees
Jan 9, 2003 at 11:56 am
Jan 9, 2003 at 11:56 am -
Can anyone suggest why the following is not working? It ought to terminate the current apache process and referesh the browser so that it reloads the same page, but from a different process. However ...
Kee Hinckley
Jan 3, 2003 at 3:40 pm
Jan 3, 2003 at 3:40 pm
Group Overview
group | embperl |
categories | modperl, perl |
discussions | 45 |
posts | 175 |
users | 38 |
website | perl.apache.org |
38 users for January 2003
Archives
- October 2014 (2)
- September 2014 (3)
- July 2014 (3)
- June 2014 (3)
- May 2014 (8)
- April 2014 (2)
- January 2014 (10)
- December 2013 (1)
- November 2013 (2)
- October 2013 (3)
- August 2013 (3)
- July 2013 (7)
- June 2013 (2)
- May 2013 (11)
- February 2013 (2)
- November 2012 (5)
- October 2012 (20)
- September 2012 (44)
- May 2012 (6)
- April 2012 (16)
- March 2012 (26)
- December 2011 (4)
- November 2011 (1)
- September 2011 (4)
- June 2011 (4)
- May 2011 (3)
- January 2011 (13)
- December 2010 (9)
- November 2010 (3)
- October 2010 (7)
- September 2010 (5)
- July 2010 (31)
- June 2010 (6)
- May 2010 (5)
- April 2010 (22)
- March 2010 (25)
- February 2010 (23)
- October 2009 (16)
- September 2009 (17)
- June 2009 (1)
- May 2009 (9)
- April 2009 (3)
- March 2009 (3)
- February 2009 (2)
- December 2008 (2)
- November 2008 (1)
- October 2008 (18)
- September 2008 (10)
- August 2008 (7)
- July 2008 (40)
- June 2008 (1)
- May 2008 (7)
- April 2008 (3)
- March 2008 (6)
- February 2008 (2)
- January 2008 (19)
- December 2007 (10)
- November 2007 (14)
- October 2007 (24)
- September 2007 (43)
- August 2007 (14)
- July 2007 (17)
- June 2007 (44)
- May 2007 (44)
- April 2007 (35)
- March 2007 (8)
- February 2007 (7)
- January 2007 (17)
- December 2006 (9)
- November 2006 (31)
- October 2006 (27)
- September 2006 (49)
- August 2006 (57)
- July 2006 (12)
- June 2006 (28)
- May 2006 (41)
- April 2006 (91)
- March 2006 (60)
- February 2006 (58)
- January 2006 (52)
- December 2005 (67)
- November 2005 (22)
- October 2005 (50)
- September 2005 (53)
- August 2005 (45)
- July 2005 (66)
- June 2005 (82)
- May 2005 (53)
- April 2005 (53)
- March 2005 (89)
- February 2005 (50)
- January 2005 (50)
- December 2004 (72)
- November 2004 (65)
- October 2004 (33)
- September 2004 (47)
- August 2004 (67)
- July 2004 (92)
- June 2004 (43)
- May 2004 (88)
- April 2004 (146)
- March 2004 (99)
- February 2004 (75)
- January 2004 (92)
- December 2003 (92)
- November 2003 (129)
- October 2003 (47)
- September 2003 (97)
- August 2003 (91)
- July 2003 (111)
- June 2003 (98)
- May 2003 (37)
- April 2003 (55)
- March 2003 (79)
- February 2003 (88)
- January 2003 (175)
- December 2002 (125)
- November 2002 (134)
- October 2002 (182)
- September 2002 (189)
- August 2002 (126)
- July 2002 (163)
- June 2002 (80)
- May 2002 (166)
- April 2002 (140)
- March 2002 (227)
- February 2002 (133)
- January 2002 (113)
- December 2001 (145)
- November 2001 (163)
- October 2001 (134)
- September 2001 (114)
- August 2001 (193)
- July 2001 (115)
- June 2001 (119)
- May 2001 (177)
- April 2001 (136)
- March 2001 (182)
- February 2001 (179)
- January 2001 (79)
- December 2000 (95)
- November 2000 (198)
- October 2000 (137)
- September 2000 (98)
- August 2000 (249)
- July 2000 (128)
- June 2000 (196)
- May 2000 (184)
- April 2000 (211)
- March 2000 (116)