kalyanbhave has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's minimum standard of quality and will not be displayed.

Replies are listed 'Best First'.
Re: Not able to start a service in my computer
by marto (Cardinal) on Sep 25, 2012 at 15:26 UTC
Re: Not able to start a service in my computer
by nemesdani (Friar) on Sep 25, 2012 at 15:19 UTC
    If you use strict, variables have to be declared with my, e.g.

    my $computername = '';

    I'm too lazy to be proud of being impatient.