On Tuesday 23 December 2003 10:20, Muhammad Nasim wrote:
> Does anyone have any example perl agi script that does a database
> get. I am being thick and can't seem to get the return value:
>
> print "DATABASE PUT big bigger biggest \n";      This bit works
> fine print "DATABASE GET big bigger \n";
> Now what do I do to get the my value from the database get??

$result = <>;
or more explicitly:
$result = <STDIN>;

The real answer, though, is to point you to the Perl module at
http://asterisk.gnuinter.net and tell you that all of these issues
have already been solved.

-Tilghman

_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to