Help for this page

Select Code to Download


  1. or download this
    Use of uninitialized value in concatenation (.) or string at /home/sho
    +/perl/dev//LogMessages.pm line 43.
    Cannot open logfile at /home/sho/perl/dev//LogMessages.pm line 43.
    
  2. or download this
     40 sub log_message{
     41         my $self=shift;
    ...
     47                 print LOGFILE @_;
     48         }
     49 }
    
  3. or download this
     41         my $self=shift;