Posted on 2008-04-10 16:21:02-07 by diegomotion
System Fastagi

Este simple script no es ejecutado correctamente, hace echo Esta y termina. Porqué?

$AGI->exec('System',"/bin/echo Esta es una prueba de echo > /tmp/echo.txt");

This script isn't right:

Why?

$AGI->exec('System',"/bin/echo It's a test from echo > /tmp/echo.txt");

Diego R.

Direct Responses: 7653 | Write a response
Posted on 2008-04-14 14:27:53-07 by dpizarro in response to 7636
Re: System Fastagi
Trata con:
$AGI->exec('System','/bin/echo\ Esta\ es\ una\ prueba\ de\ echo\ >\ /tmp/echo.txt');
try with:
$AGI->exec('System','/bin/echo\ This\ is\ a\ echo\ test\ >\ /tmp/echo.txt');
Daniel Pizarro
Direct Responses: 7660 | Write a response
Posted on 2008-04-14 16:28:22-07 by diegomotion in response to 7653
Re: System Fastagi
Fue una excelente idea. Funcionó perfectamente bien. Gracias
OK! Thanks
Diego
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.