con Perl, ImageMagick y Mplayer:
http://www-128.ibm.com/developerworks/o ... FancyVideo
Fecha actual 2026-03-09 01:31 @104
News of Foro - Perl en Español@Month_name = ( "January", "February", "March", "April", "May", "June",
"July", "August", "September", "October", "November", "December" );
( $sec, $min, $hour, $day, $month, $year ) = ( localtime ) [ 0, 1, 2, 3, 4, 5 ];
printf "%04d-%02d-%02d %02d:%02d:%02d\n", $year+1900, $month+1, $day, $hour, $min, $sec; use DBI;
my $salida="/home/admin/fichero.txt";
open (SALIDA,">$salida") || die "ERROR: No puedo abrir el fichero $salida\n";
PRINT SALIDA "SKLHFEW EWTREJTOEWRTIETERHTOEOR";
close (SALIDA);(la linea donde hago ...Can't locate object method "PRINT" via package "IO::Handle" at /home/admin/write.pl line 6.
Mensajes totales 36895 • Temas totales 7436 • Usuarios totales 1983