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 Wanet Telecoms Ltd 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: *

  • Users: youthman
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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...
  4. 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 . . ...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. youthman

    Strange split question . . .

    I have a database that is not dilimeted in any way other than the size. (For example, Column 1 is 14 characters, Column 2 is 5 characters, Column 3 is 140, 4 is 2,5 is 1 etc.) Is there a split comand that will take the various lengths and put them into a different column variables? Thanks for...
  11. youthman

    Net::FTP Question . . .

    I have a script that uploads a series of files from one server to another using Net::FTP. The problem is that many times these files already exist and when they do, the server kicks back a "Do you want to overwrite" option. I am trying to run this automatically, but needless to say these...
  12. youthman

    One Script Activating another script . . .

    Good day Guru's! Is there a way for a script on website 1 to activate a script on website 2 after it is done running? I need to activate it either as part of the scripts commands, or just after it is done. Thanks for your help! The Youthman
  13. youthman

    Count duplicates in an array or file!

    Hello guru's! I have a comma seperated file that contains nothing but numbers. All I need to know is the number of times that each number occures in the file. Is there a way to read a file and just pull out the number of times each number is listed, or do this in an array? The numbers are...
  14. youthman

    newby question on database date

    Is there a way to pull the last date and time that a database was updated? I am new to both Perl and SQL, and I have a script that is designed to update the database with totally new data every morning. (The old data is removed, and the new data is put in its place.) The script then sends me...
  15. youthman

    Need less expensive way of doing this . . .

    Good day folks! I have a problem that I am hopeing some of you will be able to help with. I am setting up the server to run a CRON job on a series of files, and it is taking it forever to run, and is pulling a TON of system resources while it is working. Here is what I am doing. I have...
  16. youthman

    E-mail from perl with html links

    Is there something special that I have to do to make links appear as links in an e-mail sent from perl? My e-mail system is set up to display html. When I preview the results of a perl script in my browser, it all appears correctly, but when I e-mail that same output to myself, the links do...
  17. youthman

    SQL - Find past seven days

    Greetings to all . . . I have a SQL problem. I have an SQL database that saves the date of the current entry as a standart VarChar. The format is yyyy-mm-dd What I want to do is to extract the current date from the server, and search for the items that have been added to the database in the...
  18. youthman

    MySql Execute problem!

    Ok, I have another one . . . I am trying to work with MySQL for the first time in my life. I have a large database that is all set up, and has data in it. (over 17,000 rows). I can access the database with the select statements, and such, but now I am trying to write an update script. I...
  19. youthman

    deleting file from script . . .

    is there a way to make a script look at a dirctory, compare that to a list of file name in a text file and delete the actual files that do NOT appear in the text file of file names? The Youthman
  20. youthman

    Limit decimal place . . .

    Ok, all guru's . . . Yet ANOTHER Dumb question from the Youthman!!!! I need to limit the number of decimal places that a particular set of equations returns. (Like a dollar amount!) Anyone with any bright ideas? I know that it should be rather mundain, but yet, I still cannot figure this...

Part and Inventory Search

Back
Top