Hi,
I have a Perl script to send an email from : 12345@mydomain.com
12345 is not a user, will not be and I will need to send from the script from a different 5 digit number everytime.
00001-99999@mydomain.com
Right now when I try it sends from the user which initiated the script and not from...
Can anyone help me setup mod security on apache 1.3.3
I need to 1. Disable all uploads onto the webserver.
2. A upload will be able only for 2 scripts.
a. subdomain3.domain.com/up3.cgi
b. subdomain5.domain.com/up5.cgi
What happens if someone tries to make an html page with a...
I am trying to get the value in between to tags:
I am trying to get whats inside <me> </me> which is the 34343434 but cannot.
xml.xml
-------
<main>
<new>
<me nam="ge">34343434</me>
</new>
</main>
xml.pl
------
#!/usr/bin/perl
use XML::Simple;
use Data::Dumper;
$xml = new XML::Simple...
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.