-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Randal L. Schwartz wrote:
|>>>>>"Etienne" == Etienne Robillard <[EMAIL PROTECTED]> writes:
|
|
| Etienne> So right now, I used to call variables in list-context, as
explained in
| Etienne> Randal's article from perlmonks:
| Etienne> http://www.perlmonks.org/index.pl?node_id=218480
|

| Oddly enough, 218480 contains my name, but wasn't written by me.

Err opps, you're right, that article was from grantm ;)

| Is there something else you were trying to reference?
|

Hm, the whole thing (imho) might be to coerce existing values from an
xml source file throught the process() directive into the
Template::Toolkit namespace.

However, this might bring problems, such as when variables are
interpolated or when in use under [% foo %] blocks :)

Maybe something like:
        my $vars = {
                quork   =>   $some_variable
        }
...
could do the trick, assuming that `$some_variable' is an object for a
class method such as XMLin() (XML::Simple).

        erob
-----BEGIN PGP SIGNATURE-----

iD8DBQFAuYAOfhO/J4JSDfYRArytAJ9Pfftxon6Kod4Vqltkoovotw1lugCeODTR
CRRiaG80uYwRj6KaVtcSNK4=
=kNB+
-----END PGP SIGNATURE-----

_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://lists.template-toolkit.org/mailman/listinfo/templates

Reply via email to