http://www.perlmonks.org?node_id=877476


in reply to Re: error using FileHandle Module
in thread error using FileHandle Module

Minor nit:

my $fh = FileHandle->new(">> $LOG") or die "$! opening '$LOG'";

Replies are listed 'Best First'.
Re^3: error using FileHandle Module
by doubledecker (Scribe) on Dec 17, 2010 at 12:31 UTC

    I tried my own code on different directory say '/tmp'. Problem is with I don't have proper permissions to create the LOG from the Perl script.

    Thanks for all the efforts