Advertisement

Experts Exchange is proud to announce the Front Runners the Annual Awards and the 3rd Quarter Hot Shots. Who is at the top? See for yourself!

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested Perl Solutions: 326 - 350 of 1748
 
Hi experts I built a store locator -  www.howstorelocator.com for our company (using PHP).   Post variables (name=) are: state, zip, kountry, and (the submit button's name=) Submit Now I ...
I am working in Perl. I am writing eval statements around system calls in order to gracefully catch errors and I  need some help in understanding eval. example codes: my ($stat, $cmd) h...
Short description: I need a regex that finds all strings that look like      "..." <clark.kent@mycompany.com> , and where ... does not include any of the words "clark", "kent" or "sup...
hello experts, I wrote code to read data from xml and insert in to an excel sheet.and i have to read the data which i inserted in to the excel sheet and create a perl datastructure.Please h...
I find myself needing to write a small bit of Perl, but despite my best efforts and many searches I can't seem to get it right (give me PHP any day!). All I need to do is search a text file...
Is the follwowing code possible? Can you correct it (error at "keys %File")? (I get the error "Type of arg 1 to keys must be hash (not concatenation) at ..." if I try "print keys %File{$file}...
I'd like to resize images proportionally. so i want it to grab the width and hight and for example shrink the width to 150 and the height to shrink proportionally to the width. This is all...
How can I set this option on socket? IP_MULTICAST_IF
hi can anybody how to create perl script with argument ? i have script abc.pl -"d:source" "-u:username" "-p:password" but i don't understand how to create this, i m not perl developer...
Hi All. I have a perl script which parses data and writes it into a datafile which I load into Oracle db using sqlloader. Since my Oracle client program doesn't have a sqlldr, i was asked to ...
Hi, I have an xml file that have different attributes as shown below. If the attribute encountered is num-val i will set an 'N' flag and if str-val is encountered i need to set a 'S' flag. I'm...
I have a CGI script for uploading .zip files, unzipping the file, and then display success message. I am able to upload the zip file to my server. However, I cannot get Perl to unzip the file....
Hello, I need to make a script in perl that connects to Internet and download a certain gif (e.g. http://www.roliria.com.ar/img/logo.gif) Any ideas? It is possible?
Hello, I'm trying to make a SNMP walking script that will save the results to a database. Here is a example of what i'm trying to do... The Access Point i'm trying to poll using SNMP use...
hi when insert new record, i need to check is the record exist, if  No only insert, can anyone help , why the following not running ? $dbh->query("SELECT domain FROM stat WHERE doma...
#!/usr/local/bin/perl I don't know what I'm doing wrong here I plan on running this from a CRON. I keep getting a    "No recipient addresses found in header" message. Any ideas? ...
I am storing a value to a variable (VBScript) in my abc.html file, I have a link to fff.pl file, i want to pass the value from the html file to pl file. how do i get that?
is there a way to import back into perl   dos errorlevel after executing system(<some DOS command>); from a perl program
5     3TA     TA     cust011     3/27/2008     2:30     3/27/2008     2:40     SU     0:10 7     3TB     TB     cust015     3/27/2008     2:30     3/27/2008     2:36     SU     0:06 This is a tab delimited file with the 5th,7th col is the date while 6th,8th ...
I'm trying to write to a file, in the simplest way possible.  I assume it has something to do with my permission set up, but I have the directory chmod'd to 777, and it still cannot write to i...
Hi,   I am looking to find out what is the closest point based on Latitude and Longitude.  For example, lets say i have a package at Location A, and I want to find out what carrier, pickup ...
I have some html files that have at some point a table, delimited in the code with <tbody>.....</tbody> I would like to extract the values in each column and each row. The rows are delim...
Hi Guys! Hope you are all well :>) Guys I have the following statement: ========================================================== printf LOG "%02d%02d/%02d/%02d %02d:%02d:%02d  $_[0]\...
I have a "HotKey" that'll spawn the window for my application, I was wondering how I might "hook" F2 to minimize/show the window, F3 to toggle transparancy and F4 for topmost. The program i...
Hi All I need to add the ability to the calculate square yard and the price. This code currently does a square foot print out. It needs to carry two places past the decimal point. Example: ...