[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Re: [mv] How to use perl modules in minivend, setting scratch variable
At 08:14 AM 9/28/99 -0700, you wrote:
Hello.
Thanks for your help, I've now got the tag output working
(if i put just [calc-md-checksum ...] I get the checksum hex code into the
customer page)
But I just haven't managed to get the setting of the output into scratch
variable working.
The example you gave doesn't seem to be working, and (the [scratch
my_checksum] just outputs
any variable that stored there and [/scratch] doesn't exist.
I have tried using [set] tag to set the variable
[set my_checksum interpolate=1] [calc-md-checksum cleartext='hello'] [/set]
But the problem is that what ends into my_checksum is the [calc-md-checksum
cleartext='hello']
So the minivend stored it as text, and doesn't even try to execute it???
So just how I can set the scratch variable so that it get's the output of
another tag?
Jarno,