Create, Merge and work with tables in MS WOrd Documents Win32::Ole

2012-04-12 Thread Raito Garcia
Hi... I have this code use Win32::OLE; my ($t_row, $t_col) = (4,3); my $word = Win32::OLE-CreateObject(Word.Application); $word-{Visible} = 1; my $doc = $word-Documents-Add; my $table = $doc-Tables-Add($word-Selection-Range,$t_row, $t_col); $table-Select();

How Could I print the next line after a REGEX match?

2011-11-26 Thread Raito Garcia
hi Well today i have another dude, I have a HTML file like this content: /td/tr trtd colspan=2hr/td/tr trtd span class=host_infoRemote host information/spanbrtable align=center border=0 width=60% tbodytr td align=leftOperating System : /td td align=rightWindows 7 Enterprise/td /tr tr td

About hashes and file processing

2011-11-20 Thread Raito Garcia
Hi everybody Well I have some problems with my mind, becouse I left programming perl a couple of years, but right now I need to use it again. The main problem is how uses hashes with large file to processing it. For example I have a lot of this lines: 192.168.1.100,tcp,445,SMB,10456,Windows