SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

BotDetect - Real-Time Bot Detection API
 
 

MAN page from Old RedHat 7.X perl-Text-ConvertPlatform-1.00-9.i386.rpm

ConvertPlatform

Section: User Contributed Perl Documentation (3)
Updated: perl v5.6.0
Index 

NAME

Text::ConvertPlatform - an object class for formatting text between                         different platforms.
 

SYNOPSIS

 # Initialization statement my $philip = new Text::ConvertPlatform; # or whatever you prefer
 $philip->filename("i_love_unix.html"); # file that is to be worked on $philip->filename;     # returns current FILENAME $philip->convert_to("unix");   # set conversion mode - default is "unix"                                # there is no need to set this if you are                                # using the default                                 # other modes are: "dos", "mac" $philip->process_file; # convert FILENAME  $philip->replace_file; # overwrite FILENAME with NEWCONTENTS $philip->backup_file;  # create a copy of FILENAME with a .bak extension $philip->oldcontents;  # returns original contents of processed file $philip->newcontents;  # returns results of a processed file
 

DESCRIPTION

I've been quite bored at work lately and decided to write an easy way to format text between different platforms. Specifically, it converts return characters and optionally backs up the file it works on.  

AUTHOR

Philip Mikal, ``djphilAATTaztec.asu.edu''. Co-authored by Phil Stracchino. Inspired from Adrian Scott's em.pl, which was given to me from Ken Berger. I'd also like to thank Randy Ray for answering questions I had when setting up this distribution.  

SEE ALSO

perl(1).


 

Index

NAME
SYNOPSIS
DESCRIPTION
AUTHOR
SEE ALSO

This document was created byman2html,using the manual pages.
 
ICM Bot detect detector