Re: Problem installing Log::Log4perl using Strawberry Perl on Windows

2013-11-25 Thread Matt McAdory
I would hazard a guess that C:\Users\SHAJIK~1\.cpanm\work\1385391045 5000\build.log will hold the cookie crumbs you might be after. after that I might look at http://search.cpan.org/dist/Log-Log4perl/lib/Log/Log4perl/FAQ.pm#How_can_I_install_Log::Log4perl_on_Microsoft_Windows ? and then ask log4pe

Identifying the current opened filehandle for writing as I'm getting undefined variable concatenation errors

2014-01-14 Thread Matt McAdory
Is there a method for determining the currently selected filehandle? should I always check for undef and open my filehandle before writing to it? use strict; use warnings; use autodie qw (:all); use My:CustomMod_with_FH_write; open (my $FH, ">", "filename.txt"); my $var = My:CustomMod_with_FH_w

Re: Identifying the current opened filehandle for writing as I'm getting undefined variable concatenation errors

2014-01-14 Thread Matt McAdory
e, Jan 14, 2014 at 9:37 PM, Rob Dixon wrote: > On 15/01/2014 03:09, Matt McAdory wrote: > >> Is there a method for determining the currently selected filehandle? >> should I always check for undef and open my filehandle before writing to >> it? >> >> u

Re: Installing Perl and CPAN local

2014-03-04 Thread Matt McAdory
let me suggest you start here: http://bit.ly/1lwoehv and http://www.catb.org/~esr/faqs/smart-questions.html and then report back with specific questions or problems you are having. Matt === *Clarke's Three Laws* 1. When a distinguished but elderly scientist states th

Re: Invoking a script in Windows 7

2014-03-08 Thread Matt McAdory
This isn't a perl programming issue, but a cygwin/windoze environmental execution issue. Please use the appropriate list to seek further assistance. http://cygwin.com/lists.html http://cygwin.com/ml/cygwin/2004-07/msg00163.html On Sat, Mar 8, 2014 at 6:25 PM, Yonghua Peng wrote: > You may want

Re: Invoking a script in Windows 7

2014-03-09 Thread Matt McAdory
4 at 12:26 PM, Peter Holsberg wrote: > Thank you. I will join the cygwin ML and ask there. > > > On 3/8/2014 9:23 PM, Matt McAdory wrote: > >> This isn't a perl programming issue, but a cygwin/windoze environmental >> execution issue. Please use the appropriate l