- or download this
use if $^O !~ /MSWin/, "Proc::Daemon";
use if $^O =~ /MSWin/, "Win32::Daemon";
...
__END__
C:/berrybrew/5.22.1_64/perl/vendor/lib/Win32/Daemon.pm
- or download this
use if $^O !~ /MSWin/, 'Proc::Daemon';
use if $^O =~ /MSWin/, 'Win32::Daemon';
...
__END__
Too few arguments to 'use if' (some code returning an empty list in li
+st context?) at /home/ubuntu/perl5/perlbrew/perls/perl-5.22.1/lib/5.2
+2.1/if.pm line 7.
BEGIN failed--compilation aborted at /home/ubuntu/perl5/perlbrew/perls
+/perl-5.22.1/bin/bbtester line 6.
- or download this
perl -MProc::Daemon -E 'say $Proc::Daemon::VERSION'
0.23