Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^2: Redirect output of Test::More/Simple

by spurperl (Priest)
on Aug 29, 2006 at 15:11 UTC ( [id://570187]=note: print w/replies, xml ) Need Help??


in reply to Re: Redirect output of Test::More/Simple
in thread Redirect output of Test::More/Simple

This code:

use warnings; use strict; $|++; use Test::More qw/no_plan/; ok(1);

When run as "z.pl > h.txt" in the command prompt (cmd), triggers the following error (tried on two different machines with different versions of Windows and ActivePerl):

Can't dup STDOUT: Permission denied at D:/Perl/lib/Test/Builder.pm li +ne 1322. Compilation failed in require at D:/Perl/lib/Test/Builder/Module.pm li +ne 3. BEGIN failed--compilation aborted at D:/Perl/lib/Test/Builder/Module.p +m line 3. Compilation failed in require at D:/Perl/lib/Test/More.pm line 22. BEGIN failed--compilation aborted at D:/Perl/lib/Test/More.pm line 22. Compilation failed in require at C:\eli\perl_stuff\z.pl line 4. BEGIN failed--compilation aborted at C:\eli\perl_stuff\z.pl line 4.

However, running "perl z.pl > h.txt" works fine.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (5)
As of 2024-04-23 11:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found