How can I do that?
I have the string in $in variable and it contains the text:
"example $aa $bb $cc ..."
Thanks.
T
- Original Message -
From: "frbn" <[EMAIL PROTECTED]>
To: "Octavian Rasnita" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, April 15, 2004 5:47 PM
Subject: R
Hi all,
I have seen that in the last time the XML/XSLT technologies are very much
promoted as beeing the future in the configuration field at least.
I have tried to parse a very small XML file using XML::Simple but I found
that it works very very slow.
It took more than a half of a second just to
Octavian Rasnita <[EMAIL PROTECTED]> wrote:
:
: I have a text file that contains a text something like
: this:
:
: This text contains a $aa variable and a $bb variable
: and a $cc one.
:
: My program reads this text and I want to replace the
: variables with their values, then return the result
: s
do you use double quotes to interpolate the string ?
Octavian Rasnita wrote:
Hi all,
I have a text file that contains a text something like this:
This text contains a $aa variable and a $bb variable and a $cc one.
My program reads this text and I want to replace the variables with their
value
Hi all,
I have a text file that contains a text something like this:
This text contains a $aa variable and a $bb variable and a $cc one.
My program reads this text and I want to replace the variables with their
values, then return the result string.
How can I do this?
Is using s/(\$\w+)/eval($
Hi all,
I want to configure my web server to use HTTPS for accessing some CGI files.
What do I need to do in order to do this?
Do I need to print a special header when printing something into the
browser?
Also, does anyone know how could I create the keys? Can I use Open SSL for
this, or there a