Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
centreon
centreon-connectors
Commits
ed6e1f26
Commit
ed6e1f26
authored
Dec 02, 2013
by
Dorian Guillois
Browse files
Perl: Fix compilation error.
parent
c588a311
Changes
1
Hide whitespace changes
Inline
Side-by-side
perl/src/script.cc
View file @
ed6e1f26
...
...
@@ -62,7 +62,7 @@ char const* const com::centreon::connector::perl::embedded_perl::_script =
" my $sub;
\n
"
\
" sysread $fh, $sub, -s $fh;
\n
"
\
" close $fh;
\n
"
\
" $sub =~ s/__END__/\;}
\n
__END__/;
\n
"
\
" $sub =~ s/__END__/
\
\
;}
\n
__END__/;
\n
"
\
"
\n
"
\
" # Wrap the code into a subroutine.
\n
"
\
" my $hndlr = <<EOSUB;
\n
"
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment