On Thu, 17 Jan 2002, root wrote: > Hi, > > how do I assign the retval of some xsp code to a perl variable ? > something like > > ... > <xsp:logic> > $x = EvalXsp( '<mytaglib:mytag/>' ); > </xsp:logic>
(already answered in IRC, but replying here for the archives) <xsp:logic> my $x = <mytaglib:mytag/>; ... </xsp:logic> XSP DWYMs (Does What You Mean) most of the time. -- <!-- Matt --> <:->Get a smart net</:-> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
