Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

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

 
Time Tested Perl Solutions: 1226 - 1250 of 2190
 
I've got a perl script and I was wondering if it is even possible to write a gui frontend for it that would run on Windows xp and linux? If this is possible what would one use?  TK...etc?
Hi. I was trying to write scripts to run my program constantly (script in PHP). However, I didnt manage :) Could someone please help me with this. I was trying to figure out how to do this...
I am a former MCSE x2 and went "the dark side", I am a linux/solaris admin. I like perl except it is not all that readable months after someone wrote the code. I want to do unix script...
I am not able to update the rentals of a mls database. all other classes update and nothing changed in the database ?
i have to parsing a log file in this format 19/8/1008 12:30:13      211411  23520128934     GEST_TK_CRM_WHOLESALE 19/8/1008 12:30:15      212806  23500033001     GEST_TK_CRM_WHOLESALE 19/8/...
Hello i have this function sub loginPrompt() {   login($id, $pass); } loginPrompt(); sub login($$) {   $browser = LWP::UserAgent->new(agent =>'Mozilla/5.0 (Windows; U; Windows NT...
Besides sloppy code, I am missing something. reading through eventlog and printing only the errors from yesterday to current time. Getting the below errors. Maybe you can show how to ad...
Hi All, I have started writing in perl. it is fascinating. we are using perl 5.8. I need to implement exception handling in my code. I will attach the code below. Need some help and exa...
I need help with a perl script that runs the unix command 'who' and then interprets the output to find the oldest logins by date/time and then runs commands against only and all the previous u...
ok, I am running a series of commands for encoding videos, audio, and some other things via windows with apache / perl. I have (with some help from this site) come up with a sub routine define...
I am executing following SELECT query from my perl program and I am using DBI interface my $test=$dbh->prepare("SELECT AVG(diff) FROM data WHERE key1='s' and key2='i'"); $test-> execute(); ...
i am trying to count the number of occurances of a the following sentence in the source code of a webpage. <!-- changed logic:noMatch to logic:notEqual to prevent similar symbols from displ...
hi there right now we cant send an attachment can anyone please modify it thanks #!D:\Perl\bin  -w # if you change your mail server, you may need to change the From: # address below...
I have a file that I need to add a new blank line before every line that starts with dn: This is the perl one liner I'm using now which is working but giving me a extra blank line I do not...
Guys firstly Im a newbie to perl so please forgive me if this is really easy. Id like to find out what the difference is between -> and => Like in the following example, I dont understan...
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...
I have a CSV file that needs to through two seperate processes (in the end there will be 2 files (Dload.unl and Tload.unl and we'll say the input file name is mass.csv).  I have a processfile(...
Hi Guys, I am trying to write a simple socket server which will accept multiple connections. I have this code code below which opens a socket and allows multiple connections. At the moment ...
here's a variable I have that looks like this: 1 2 5 20 2 4 7 30 3 4 5 20 4 6 4 20 so the variable looks like this: 1\t2\t5\20\n2\t4\t7\30\n3\t4\t5\20\n4\t6\t4\20 How would I lode ...
What I'm trying to do is make 2 arrays but somehow join them. Like, @array1 = ("fruit","vegetable"); @array2 = ("apple","tomato"); Now, I want to do a foreach for array1 but also do a f...
I am pushing the clientdatabase w.r.t to the client abbrevation to a hash.somrhing liek this push @ {$clientDBHash{$abbreviation} }, $instancename; foreach $i ( 0 .. $#{ $clientDBHash{$_...
i would like to ask the experts if there is an alternative option to using FormMail script or TFMail scrip to send email with fomr data. I have installed successfully TFMail script, but th...
I run the following program and get this error: T:\_FolioWorkBin\Workplace>perl removePDFtag.pl madeOne.txt >removedPDF.txt Can't find Unicode property definition "D" at removePDFtag.pl li...
i am trying to install Encode on a clean install of FC4. I have tried to do it CLI and also thru Webmin with the same results from both.  below is the error i get and also what perl modules i...
use constant @ONE_$TWO_FINAL = (1,2,3,4,5,6,7) $value= eval("\ONE_TWO${count[$j]}_FINAL"); What is the interpretation of this eval syntax here ? I just looking for meaning of this eval...