GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
tee(3) User Contributed Perl Documentation tee(3)

Filter::tee - tee source filter

    use Filter::tee 'filename' ;
    use Filter::tee '>filename' ;
    use Filter::tee '>>filename' ;

This filter copies all text from the line after the "use" in the current source file to the file specified by the parameter "filename".

By default and when the filename is prefixed with a '>' the output file will be emptied first if it already exists.

If the output filename is prefixed with '>>' it will be opened for appending.

This filter is useful as a debugging aid when developing other source filters.

Paul Marquess

20th June 1995.
2020-08-05 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.