Help for this page

Select Code to Download


  1. or download this
    package Security::Monitoring::Messaging;
    
    use Security::Monitoring::Messaging::Messenger;
    ...
    }
    
    1; # End of Security::Monitoring::Messaging
    
  2. or download this
    package Security::Monitoring::Messaging::Messenger;
    
    use 5.14.2;
    ...
    
    
    1; # End of Security::Monitoring::Messaging::Messenger
    
  3. or download this
    use Security::Monitoring::Messaging::Messenger;
    use 5.14.2;
    use strict;
    ...
    open my $write, '>','inputfile';
    print $write "trololol";
    `/bin/tailf outputfile`;
    
  4. or download this
    #!perl -T
    use 5.14.2;
    use strict;
    ...
            daemon wont open already existing named piped ");
            unlink 'listenfile';
            unlink 'testlog.log';