RE: Subroutine issues

2006-05-04 Thread Gerald Richter
> > I am having some issues with Embperl 2.2.0 and subroutines. > > I used to be able to call a subroutine from another file like > this in Embperl 1.3.6: > [- Execute ({ inputfile => 'displayedit.html', import => 1 }) -] > [- EditReport -] > > displayedit.html > [$ sub EditReport $] > >

Subroutine issues

2006-05-02 Thread Keven Murphy
Hello, I am having some issues with Embperl 2.2.0 and subroutines. I used to be able to call a subroutine from another file like this in Embperl 1.3.6: [- Execute ({ inputfile => 'displayedit.html', import => 1 }) -] [- EditReport -] displayedit.html [$ sub EditReport $] (code & html) [$