Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. youthman

    XML Parsing Issue

    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' => [ {...
  2. youthman

    XML Parsing Issue

    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...
  3. youthman

    Posting to Ebay's FileExchange

    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...
  4. youthman

    PHP or Procmail-wrapper error on webserver . . . Need help ASAP

    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...
  5. youthman

    Email attachment using sendmail

    Never mind! I got it fixed! THANKS ALL! No more help is needed on this thread! youthman
  6. youthman

    Email attachment using sendmail

    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?
  7. youthman

    Email attachment using sendmail

    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...
  8. youthman

    Email attachment using sendmail

    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 . . ...
  9. youthman

    Pattern matching problem . . .

    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!
  10. youthman

    Pattern matching problem . . .

    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...
  11. youthman

    Need help with server re-boot.

    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...
  12. youthman

    Sending e-mail to AOL.com

    And I have Net::SMPT and NET::Ping installed on the server.
  13. youthman

    Sending e-mail to AOL.com

    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?
  14. youthman

    Sending e-mail to AOL.com

    I am NOT using SMTP, I am using the server's sendmail program. Would SMTP help?
  15. youthman

    Sending e-mail to AOL.com

    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...
  16. youthman

    Sending e-mail to AOL.com

    Good afternoon! I know that this question has been asked before (Specifically in thread219-303984 ) but because it has been archived, I couldn't read any of the replies! I need to get this fixed! I have a customer that manages a database of their customers in an SQL database. Periodically...
  17. youthman

    Search a database for a field that begins with . . . .

    Thank you SO MUCH! I KNEW there was an easy way, I just couldn't think of it! I have never used LIKE, but I was taught what it did. I just forgot! :) Thanks again! The Youthman
  18. youthman

    Search a database for a field that begins with . . . .

    Good morning, and a VERY happy New Year to ALL! I don't know if this is a question more suitable for the SQL forum, but I figured I would try here first. I want to search a field in an SQL database for all the rows that begin with a particular leter! For example, if the following...
  19. youthman

    Two interesting problems reguarding reading files . . .

    duncdude . . . You crack me up! As a lurker, I have come to respect your opinions in this group (along with many others) and find most of your answers to be simpler than many others. Thanks for the input. To everyone, I have looked at both these modules, and at least on the surface, they...
  20. youthman

    Two interesting problems reguarding reading files . . .

    Good morning Perl Masters! I have two interesting questions. For some time now I have been using a website script that reads from a database and places the information on the customers screen using an HTML template. (Different templates for different sites.) First the script reads a...

Part and Inventory Search

Back
Top