writing to a notepad in perl
- From: "rajendra" <rajendra.prasad@xxxxxxxxxxxx>
- Date: Thu, 29 Nov 2007 10:02:09 +0530
Hello All,
Whenever we want to write some content to a text file, we open that file and
write in that file as shown below:
open(f,">test.txt");
print f "This is test";
But there a way I can write a text file in fonts i.e some content in BOLD
letters and some in italised etc using perl functions.
.
- Follow-Ups:
- Re: writing to a notepad in perl
- From: hymie!
- Re: writing to a notepad in perl
- From: Tad McClellan
- Re: writing to a notepad in perl
- From: Jürgen Exner
- Re: writing to a notepad in perl
- Prev by Date: Re: How to persist and query a hash lookup in memory with Perl ?
- Next by Date: Re: equivalent controls
- Previous by thread: making the keys of a hash from parameters collected from a form
- Next by thread: Re: writing to a notepad in perl
- Index(es):
Relevant Pages
|