Paul Kraus wrote:
> Not running cygwin.
> 
> This works but still requires I redirect to a text file first.
> 
> I want to be able to pipe.
> 
> Perldoc -f localtime | command
> Then have it just dump to the usb printer.

This should work (assuming ActiveState)

   C:\> perl c:\perl\bin\perldoc.bat -f localtime | command

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to