Minor changes are by default collapsed in the page history.
No changes
The page does not exist yet.
Failed to load changes
Version by on
Leave Collaboration
Are you sure you want to leave the realtime collaboration and continue editing alone? The changes you save while editing alone will lead to merge conflicts with the changes auto-saved by the realtime editing session.
Using formatted inputs and outputs
Formatted inputs are simple Perl scripts. That is, MainView Middleware Monitor does not support Perl modules (for example, CPAN installed modules). You cannot directly use the Perl keywords use or require. They do not work in the formatted input for MainView Middleware Monitor.
Error
Warning
Formatted inputs are not for general purpose Perl programming. They are only for parsing incoming text and outputting text in a form suitable for the rest of the event action (execute program, send e-mail, and so on). If you want Perl to do other tasks, you must use the Execute Program event action and pass the parsed information to perl.exe and have that program complete the action.
This section serves as a reference for output formatting Perl related issues, and includes: