Re: perl6

2015-10-20 Thread Brock Wilcox
(My apologies if these are redundant observations for this mailing list community) Also note for anyone who wonders "what's up with this Perl6 thing?" that, despite the name, "Perl6" is a VERY different programming language than Perl5. Perl6 is not Perl5 with some improvements and changes, like p

Re: virus detection - empty DOC or XLS with a macro

2015-10-20 Thread Ruprecht Helms
Hi, > I still haven't worked out how to check for macros yet but the text has been > sorted I think you can find out how to handle embeded macros is to produce a excelsheet, record a macro and save the whole as a new excelfile. I don't know if the vba-code is stored as a binarypart in the file.

Re: virus detection - empty DOC or XLS with a macro

2015-10-20 Thread Gary Stainburn
I still haven't worked out how to check for macros yet but the text has been sorted #!/usr/bin/perl use strict; use warnings; use Text::Extract::Word; use Spreadsheet::ParseExcel; use Spreadsheet::ParseXLSX; use File::Basename; if (!$ARGV[0]) { die "Usage: $0 "; } if (! -r $ARGV[0]) { die

Re: File::Sluprer (Re: Multi line file handling)

2015-10-20 Thread Lars Noodén
On 10/19/2015 07:40 PM, Kent Fredric wrote: > On 20 October 2015 at 03:55, Lars Noodén wrote: >> What is the main reason for the preference of File::Slurper over >> File::Slurp these days? > > > http://blogs.perl.org/users/leon_timmermans/2015/08/fileslurp-is-broken-and-wrong.html Thanks. That

Re: perl6

2015-10-20 Thread Shlomi Fish
Hi Wah Peng, On Tue, 20 Oct 2015 11:30:20 +0800 Wah Peng wrote: > Hello members, > > Do you know if perl6 the first version will get released this Xmas day? > I believe that the plan is that the first “stable” version of a Perl 6 implementation will be released by Christmas this year. Note th

Re: virus detection - empty DOC or XLS with a macro

2015-10-20 Thread Gary Stainburn
I already have ClamAV, Spamassassin and exim.filters on my Centos server as well as SPAM+Anti-Virus on our firewall. These are still getting through which is why I'm looking for a way to filter this specific problem. I've got a work-around by using unconv and Libreoffice to convert the documen