#!/bin/bash # $HeadURL$ $LastChangedRevision$ echo "adeshf ..." adeshf 'ade_evaler "$ERRSTACK_REF" "echo \"this is a test\""; return $?' adeshf -n 'ade_evaler "$ERRSTACK_REF" "echo \"this is a test\""; return $?' echo "adeperlf ..." adeperlf 'return ADE::evaler($errstack_ref, "echo \"this is a test\"");' adeperlf -n 'return ADE::evaler($errstack_ref, "echo \"this is a test\"");' echo "adepyf ..." adepyf 'import ade; return ade.evaler(errstack, "echo \"this is a test\"")' adepyf -n 'import ade; return ade.evaler(errstack, "echo \"this is a test\"")' echo "all done"