Help for this page

Select Code to Download


  1. or download this
      ${ $log_msg } = join("", @lines);
        return;
    # i changed this to 
    my $data =join("",@lines);
    return $data;