Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: How do you add .RTF to a file

by hardburn (Abbot)
on Jun 05, 2003 at 13:51 UTC ( [id://263326]=note: print w/replies, xml ) Need Help??


in reply to How do you add .RTF to a file

You append the string:

my $oldfile = 'file1'; my $newfile = $oldfile . '.rtf';

No pattern matching required.

----
I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
-- Schemer

Note: All code is untested, unless otherwise stated

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (3)
As of 2024-03-29 15:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found