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

pancake pancake at phreaker.net
Thu Apr 15 14:00:24 CDT 2004


pq no fas una funcio wrapejada? es a dir la funcio q wrapejis q escrigui al fitxer i per pantalla alhora. dps es fer un simple s/// en el codi i llestos.

pop

On Thu, Apr 15, 2004 at 07:02:53PM +0100, avilella wrote:
-- 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.
-- (1b)print $outfile "print something somewhere else in the code that you
-- can't or don't find easy to trace"
-- (2) seek($outfile,-100,2)
--         #for placing the pointer to the 100 character to the EOF
-- (3) read $outfile, $string, 100
--         #for reading the last 100 characters and pushing them to $string
-- (4) x $string
-- 
-- (2,3 i 4) en la consola del debugger.
-- 
-- Volia comentar-ho a la llista per si alg? troba alguna manera m?s curta
-- o m?s f?cil de fer-ho...
-- 
-- Atentament,
-- 
--     Albert.
-- 
-- 
-- 
-- _______________________________________________
-- llista dels Barcelona-pm
-- Barcelona-pm at mail.pm.org
-- http://mail.pm.org/mailman/listinfo/barcelona-pm
-- BCN Perl Mongers: http://barcelona.pm.org



More information about the Barcelona-pm mailing list