Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

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

by blazar (Canon)
on Aug 29, 2006 at 08:15 UTC ( [id://570106]=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

Redirecting output on win32 from a script called by just its name is broken, see the release notes.
C:\temp>cat foo.pl #!/usr/bin/perl -l use strict; use warnings; print 'Foo'; __END__ C:\temp>foo Foo C:\temp>foo >foo.txt C:\temp>cat foo.txt Foo
use pl2bat, shipped with activestate perl. This will wrap your perl-script in a .bat-file, from which redirecting will work;

OTOH I'm new on cmd.exe, I've been on command.com (when using Windows) till just about one month ago, and there I had to use pl2bat, with which for some reason redirecting did not work. Which was a major pita and caused me to implement -i, -o switches for some of my commonly used scripts.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (3)
As of 2024-04-20 02:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found