All of this works great, until I get to one that has Feature Atributes ... Sometimes, the data looks like this:
my $xml = {
'Items' => {
'Item' => {
'ItemAttributes' => {
'Size' => 'Single',
'ProductGroup' => 'Products',
'Feature' => [
{...
I have an XML File that looks (in part - this section is several levels down) like:
'Size' => 'Single',
'ProductGroup' => 'Products',
'Feature' => [
'Blah Blah Blah',
'Blah Blah Blah',
'Blah Blah Blah',
'Blah Blah Blah',
],
etc.
When I parse the file that is...
Hello Guru's!
I am having my own personal nightmare right now! (Isn't everyone that is posting here?) I am hoping you all can help.
I am trying to post to EBay's FileExchange servers so that my wife and I can list things in bulk to our eBay account. This does not seem to be that big of...
I have a CentOsweb server that is having issues. After a recent update, I can no longer log into our WebMin panel and our Horde Webmail is no longer functioning. When we go to webmail.domain.com, we receive a blank screen. When we go to our webmin login screen, we receive a certificate error...
Actually, I was able to get the dependancies resolved . . . now, when I send the mail with the attachment, nothing shows up on the other end, even though the script completes with no errors. Any ideas on that?
I have already pursued that option. . . It appears to be installed, but not correctly. Here is the script that I have for that:
use MIME::Lite;
$msg = MIME::Lite->new(From => 'markn@indyhomevalues.com',
To => '$to',
Subject => 'My File...
Good afternoon Gurus!
I am trying to write a script that will use sendmail to upload an email attachment and send it. Sending the email through perl using sendmail is easy enough, but can someone explain how to tweak the code to include an email attachment?
Here is my code so far . . ...
Thank you Miller! That worked GREAT! Yes, I know about $a and $b ... I just used $a here for simplicity. I thank you though. I knew it was something simple that I was just being an idiot on! :) Thank you again for your help!
I am trying to work on a script, and can seem to figure out how to do something that should be really simple.
I have a variable that contains text. I need to check to see if that text contains a specific bit of text, and if it does, do something else. For example:
$a="this is the image...
Good afternoon. I am by NO MEANS an IT guy. I am a programmer, and not a very good one at that! Last night, my server got bogged down, and it is in need of a re-boot. My IT guy is out of town, and cannot be reached. I need to know what I need to do to get into the server and re-boot the...
I am not sure what this means, but when I run the above script, it says, "icmp ping requires root privileges at line 23" I am not sure what this means! Any other help, or help with this?
Thanks for these suggestions.
The e-mail program works fine from this domain to ALL e-mails that are NOT aol!
When an e-mail is sent from this domain using an e-mail program, it works fine, so it is not blocked.
The subject line is something like: Website sign up confirmation
Currently we...
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.