Re: Mason--Passing references to components

2000-06-27 Thread Bill McCabe
Thanks for the reply. I'm glad to see that Mason handles them in the expected way. As it turns out, I was handling them correctly, I was simply chasing a red herring because (I'm new to Mason) I failed to notice that the line references in the error output were keyed to the file in data/obj and no

Re: Mason--Passing references to components

2000-06-27 Thread Francesc Guasch
Bill McCabe wrote: > > Hi All > > I'm converting a mod_perl module-based site to HTML::Mason and have a > question about passing arguments to a component. > > my $penuser = $r->connection->user; > my $authzrc = $m->comp( 'authzREPSYS', data_aref=>\@data_refs, > hconnref=>\%hconn, penuser=>$penu

Mason--Passing references to components

2000-06-26 Thread Bill McCabe
Hi All I'm converting a mod_perl module-based site to HTML::Mason and have a question about passing arguments to a component. my $penuser = $r->connection->user; my $authzrc = $m->comp( 'authzREPSYS', data_aref=>\@data_refs, hconnref=>\%hconn, penuser=>$penuser ); With this call I want the comp