Help for this page

Select Code to Download


  1. or download this
        ${ $log_msg } = message();
    
  2. or download this
        open my $fh, '>>', $filename or die "Can't open $filename for appe
    +nd: $!";
        my @lines = <STDIN>;
    ...
        close $fh;
        ${ $log_msg } = join("", @lines);
        return;
    
  3. or download this
        return SVN::Error::create($apr_err, $child, $message);