I have a file with these columns file, start and end
file start end
/hold/ABCD6-90-2008-02-06-03.59.36-2008-02-05.csv 3/3/2008 10:54:49.000 PM 3/4/2008 10:30:21.000 AM
/hold/DEF6...
I am using the perl module HTML::TagFilter which does a pretty good job of cleaning up ms office code that user's post to my web form. That said I am having problem with ms office xlm tags tha...
Hi Experts,
I am trying to write a perl script which will read username and password from a file and create users with the respective password.
I have a data file which has the following...
Hello, here is a line of code from a Perl script:
print "$Url|\t|" . $SubElement{'d:Title'} . '|\t|' . $SubElement{'d:Description'} . "|\t|$SubElement{topic}|||\n";
I want an array conta...
WHen I run the system command in Perl. How do I check if the command was executed sucessfully or failed
I have a very large file, > 11G, to sort. While my computer only have 1G memory. So, I want to first split this file into 100 chunks. Then I qsort each chunk, store the results into 100 new fi...
Hi,
I'm trying to make a simple anagram solver, obviously using the already existing modules. I'm using Games::Word and Games::Word::Wordlist. A very simple version is online at http://www....
Hi experts,
I have several files:
name1_Apr.csv:
1.6, 1.05, 0.73,
name2_May.csv:
2.7, 2.11, 0.88
name3_Jun.csv
1.4, 6.7, 0.2
:
:
-----------------------------
How do I...
I have to consume a web service which generates a XML dataset using Perl. Please advise.
here is what I am trying to accomplish.
1. Process an ini file (ghost) to search for each one of the headings -> [code]
and build a menu off of these. (so far this looks like it works)
...
I need to look for files in a directory such that each customer Id is associated with 8 files.
say e.g
Abal101.dat
Abtb101.dat
Acpn101.dat
Aftb101.dat
Aftbf101.dat
Amg101.dat
Apost101...
I have inherited the maintenance of a web-site that has several Perl script pages with the extension of .pl
On my development site locally where I test the changes I make before uploading to ...
I'm trying to spit back a "Usage: " clause the prompts the user to execute the script with certain parameters. If I use $0 to designate the name of the script being used, I am printing out th...
I run the program I I get the error
What is the problem. If I try to see the source code of www.27months.com using Firefox, everything looks ok. I can see the source code. However, If I use...
I do have a text where I want to replace a part starting en ending with: (AFSPRAAK)
I tryed this:
if ($record->{'cust_plan'} =~ /(AFSPRAAK) $r_in->{'day'}-$r_in->{'month'}-$r_in->{'year'} ...
Hello,
I have a Perl script given in the snippet (Please refer http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_23283047.html). Now i would like to have a "Usage state...
I have several scripts that are very similar that process forms. They run very slowly now and sometimes fail. When the pop up that tells the user the form went thru shows "Content-type: text/h...
If I have the command to edit the input file, do I still need to split it and define each array or can the whole file just be read, split it, then add the commands below? If that's not the ri...
My client's host includes perl.
The site is
http://www.morningtrans.com/new/contact.html
The mailsend.pl is not working.
Hoping someone can let me know what is wrong. Thanks.
I have the following perl script:
while( <> ){
printf""%30.10s",substr($_,9,6)
printf""%40.10s\n",substr($_,29,6)
}
This script is supposed to do the following: It looks at a source t...
Hi ,
Iam using this command inside my perl script.
system("net use M: \\\\Stmroot\\data\\Essoc\\Legal&Comp\\LC_GMP\\reports\\bo");
...
script code
..
system("net use M: /DELETE ");
Iam...
I have a perl script that will excute at a command line
perl /home/theuser/webproxy/scripts/wppr.pl
but in a crontab it will not.
3,13,23,33,43,53 * * * * perl /home/theuser/webproxy/script...
I have a Perl program below, how to make the connect_bridge function to use the variables outside the function?
how to make this script generate result faster?
it will take sometime to generate. previous server are more faster. is that any setting that we need to change for perl?
the live URL is h...
Hi guys!
One of you kind folks have written the following...
--------------------------------------------------------------------
#!/usr/bin/perl
use File::Find;
find(sub {push @f,$F...