RE: emperl can't invoke CODE refs?

2002-09-06 Thread Mark Dedlow
f->() style. Mark -Original Message- From: Daniel Barbar [mailto:[EMAIL PROTECTED]] Sent: Friday, September 06, 2002 1:40 PM To: 'Mark Dedlow' Cc: [EMAIL PROTECTED] Subject: RE: emperl can't invoke CODE refs? Mark, One reads "fubar", the other "f

emperl can't invoke CODE refs?

2002-09-06 Thread Mark Dedlow
Embperl 1.3.4 does not appear to understand CODE refs. For example, this code generates the error below: [- sub fubar { return "test" }-] [- $subref = \&funar; -] [+ $subref->(); +] [23204]ERR: 24: Error in Perl code: Undefined subroutine &HTML::Embperl::DO

RE: perl-5.8.0 and embperl-2.0b8/1.3.4

2002-09-05 Thread Mark Dedlow
> From: Kee Hinckley [mailto:[EMAIL PROTECTED]] > At 8:47 AM -0700 9/5/02, Mark Dedlow wrote: > >I'm just installed Embperl 1.3.4 with perl 5.8 on solaris > >and it appears to work fine. I have't done much with it, but > >it built, installed and ran a co

RE: perl-5.8.0 and embperl-2.0b8/1.3.4

2002-09-05 Thread Mark Dedlow
> > Are there any issues with 5.8.0 and Embperl 1.3.4? I'm having > > trouble getting that going right now. > > > I guess it has the same problems as 2.0. I didn't have tried it > so far. When > the 2.0 works with 5.8 and it is not to much work I will backport it to > 1.3.4, but I can't tell

using CGI within Embperl

2002-09-03 Thread Mark Dedlow
I'm want to drop some existing code that uses CGI.pm into Embperl, but Embperl grabs POST'ed data, so CGI doesn't have it. By changing my 'new CGI()' statements to 'new CGI(\%fdat);', my existing CGI-based code seems to work as expected. Is this the way other folks approach the issue, or is ther