Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Redirect output of Test::More/Simple

by petdance (Parson)
on Aug 28, 2006 at 22:08 UTC ( [id://570062]=note: print w/replies, xml ) Need Help??


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

Without knowing the error you got, we can't do much to help. However, running "perl foo.t > output.txt" should always work.

xoxo,
Andy

  • Comment on Re: Redirect output of Test::More/Simple

Replies are listed 'Best First'.
Re^2: Redirect output of Test::More/Simple
by spurperl (Priest) on Aug 29, 2006 at 15:11 UTC
    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://570062]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-04-23 09:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found