[bcn-pm] Comprovar el contingut d'un fitxer en el debugger

Xavi Drudis Ferran xdrudis at tinet.org
Thu Apr 15 15:53:04 CDT 2004


El Thu, Apr 15, 2004 at 07:02:53PM +0100, avilella deia:
> Hola a tothom,
> 
> estava fent un script que escrivia unes línies en un fitxer de sortida,
> i m'he adonat que m'aniria bé tenir controlat el que s'escriu en aquest
> fitxer mentre passa pel debugger:
> 
> (1) open $outfile, "+>myfile.txt"
>         #open the file for read/write access with "+>" mode.

si ho vols en una variable, suposo que allò que t'han dit de fer una
funció print teva que copïi en una variable a més d'imprimir.  Si ho
vols a stdout, potser no és molt portable, ni eficient, ni res, però
en plan cutre, en unix, podries fer :

open $outfile, "|tee myfile.txt" ;

print $outfile "whatever" ;

no? 


-- 
- jo també vull una Europa lliure de patents de programari  -
--------------------------------------------------------------
 EuropeSwPatentFree - http://EuropeSwPatentFree.hispalinux.es
--------------------------------------------------------------
http://patents.caliu.info

Xavi Drudis Ferran
xdrudis at tinet.org



More information about the Barcelona-pm mailing list