"Donnie Hale" <[EMAIL PROTECTED]> writes:

>#macro(form $name="required",
>            $action="required",
>            $enctype="some-default-value",
>            ...)
>    ## macro code
>    ## error if $name or $action referenced but not passed ???
>#end

perl strikes again!  ( $q->input({ "name" => "$foo", "action" => "$bar" }); )

I love this idea. We might want to use a different syntax for assigning
the default values. Something like := or =>

        Regards
                Henning
-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen       -- Geschaeftsfuehrer
INTERMETA - Gesellschaft fuer Mehrwertdienste mbH     [EMAIL PROTECTED]

Am Schwabachgrund 22  Fon.: 09131 / 50654-0   [EMAIL PROTECTED]
D-91054 Buckenhof     Fax.: 09131 / 50654-20   

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to