Hi I have the following code:
my @body = "TEST MESSAGE";
chomp( @body ) ;
my $from = 'admin@mydomain.com' ;
my $to = 'myname@mydomain.com' ;
my $subject = "Test";
my $xml = "<mailer expand='no'><from><email>$from</email></from><to><email>$to</email></to><subject>$subject</subject>"
...
Hi,
I have the following dropdown.
<select name="branchmenu" multiple="true">
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
</select>
I have the follwoing code in perl
$val=...
Hi,
I have large number of html files in various directories.
In each of the html I need to find all the external
urls and replace with a javascript that shows a disclaimer window.
I am getting trouble with the special charecters...
Please help me , I appreciate. Thanks
Eg.
<A...
Hi All,
I need a help on Image map. I want to create anchors to specific parts of image map. I tried to do the following way but it always jumps down to the begining of Image map.
For example if I click on the link "New" it would like to jump to the new portion of image map. Please...
Hi,
My $body has some tags in the following fashion
<p> </p>
I am not able to clean them up by using
$body =~ s|<p> </p>||g;
Please help me if some one knows why it is not working.
Appreciate quick reply.
Pala
Hi,
I need to generate a list of letters that are missing between to alphabets. let's say my list should look like
B,C,D,E,F,G if I pass A and H.
Any ideas please let me know.
I appreciate the help.
alag
Hi All,
I am a beginer to regular expressions.
My requirement is to change / with + for the urls in html.
I dont need to do this for http:// urls though.
I wrote a peice of code, but looked to me that there should
be more efficient way to do this....Please suggest me, I will be grateful. I 've...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.