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