gokuraku has asked for the wisdom of the Perl Monks concerning the following question:
I have actually run the script that contains this code in the past, and it worked, but for some reason now when I have the following:
the binDir variable is not getting set. I can run this in the debugger and see the variable set in the whole program, but this one is skipped. I'm not sure why or what happened, but if anyone can give me an idea as to something to look at that would be appreciated.my $self = $class->SUPER::new(shift); # Set OS specific defaults. $self->{'binDir'} = 'bin/solaris';
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Question on OO Perl
by moritz (Cardinal) on Nov 19, 2007 at 12:52 UTC | |
by gokuraku (Monk) on Nov 19, 2007 at 13:52 UTC | |
by moritz (Cardinal) on Nov 19, 2007 at 14:23 UTC | |
by gokuraku (Monk) on Nov 19, 2007 at 14:59 UTC | |
|