Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: How do you add .RTF to a file

by RollyGuy (Chaplain)
on Jun 05, 2003 at 13:53 UTC ( [id://263327]=note: print w/replies, xml ) Need Help??


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

You simply need concatination, not pattern matching. To concat two strings, you can use the "." operator as follows:
$file = "File1"; $file .= ".rtf"; or something more like $basename = "File1"; $file = $basename . ".rtf";

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (7)
As of 2024-03-29 09:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found