Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

BEGIN Win32::Daemon

by PerlAddict42 (Novice)
on Oct 21, 2020 at 08:41 UTC ( [id://11123029]=perlquestion: print w/replies, xml ) Need Help??

PerlAddict42 has asked for the wisdom of the Perl Monks concerning the following question:

Using Perl for over 20 years, today I got surprised by something I don't understand. On Windows 10, using Strawberry Perl 5.22, I run the following one-line script from which I expect no output:

use Win32::Daemon;

But, surprise, this is the output:

BEGIN Win32::Daemon ... require Exporter; require DynaLoader; bootstrap Win32::Daemon; done END Win32::Daemon ... DONE Win32::Daemon ...

This output goes to STDOUT, not to STDERR, and I would like to get rid of it. What am I missing?

Replies are listed 'Best First'.
Re: BEGIN Win32::Daemon
by PerlAddict42 (Novice) on Oct 21, 2020 at 08:48 UTC
    Probably a glitch in the version I was using: an upgrade to Strawberry Perl 5.22.3 solved it ...

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://11123029]
Approved by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-23 21:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found