Help for this page

Select Code to Download


  1. or download this
    use Sys::Syslog qw(:standard :macros);
    Sys::Syslog::syslog(LOG_EMERG,"%s","Foo");
    
  2. or download this
    syslog: invalid level/facility: 0 at ./test.pl line 11
    
  3. or download this
    logger -p 0 -t test "Foo"