I need a Perl script to do the following...
1. I have a collection of 40000+ audio and video files scattered across a file system. I would like to run a Perl script from a directory that...
Has anyone managed to install indigoperl on their Vista machine?
I have downloaded the latest zip file from their site, and extracted it to the DESKTOP as per their instructions on the site.
...
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?
I installed the MD5.pm module using ppm for ActivePerl on WindowsXp but I'm getting the error:
"can't locate Digest/Perl/MD5.pm in @INC (@INC contains: C:/Perl/site/lib C:/Perl/lib .) at <scr...
Hi guys last question on this i hope.
----------------------------------------------------------------
Outcome Im looking for (Example Only):
---------------------------------------------...
I need to run a perl in Active State for Windows that will check for a file on a webDav site If the file is not present then handle some exception. There is no proxy layer involved.
How do...
Hi experts
In Perl/Tk I want to display an image. The code snippet is an exact copy from Perl/Tk FAQ. It works fine. But when I want to use my own image and use the absolute path, e.g.
m...
Hello,
I'm writing a class that has a method to validate whether or not a string is a valid Hexadecimal color value.
The function below is how far I've gotten, it successfully validates a ...
I am looking to scrape any and all links from a number of HTML files that I have already fetched from the web. (all located in one directory, all named .htm) I am looking to output the links,...
Hi everyone...
I have a text file that id like to modify...
------------------------------------------------------------------------------ testing.txt
drwxrwxrwx 7 root root 4096 Ju...
I want to change this line to use NFS, instead of SMB/CIFS.
The current command does either
mount.smbfs //SERVER/SHARE /mnt/smbfs -o username=USER,password=PSWD
mount.cifs //SERVER/SHARE ...
Hi,
I want to automate the calling of an executable (on win32) that asks for the user to type in some input. If I ran it through the command prompt, it would look like:
> TheExe.exe
> P...
I am a perl developer and I recently came accross this error. It is not a consistent error and I have tried strenuosly to recreate it without success. If anyone can help here it would be gre...
hello experts,
i want to create a file file.cpp with with following contents
File: file.cpp
int main()
{
int t = 5;
for() {
t = t + 1;
}
for()
t = t +5;
}
and then modify...
I'd like to re-write the piece of code attached to read something like this (see Q_23468877). The reason is, I want to avoid this structure (map{$servers{$s}->{$_}}@weeks_order) as I don't kno...
hello,
i would like to request for some help modifying the perl script below so instead that using hard coded values, it uses values from an html form.
please i need some help with the...
I have this bit of code in my perl script.
open STDOUT,'|sendmail user@domain.com' or die $!
How can change this send an attachment, body as well as subject? Please advise.
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 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{$_...
Hi,
If I wanted to fully parenthesize the following statement:
x = y = 3 ** 3 ** 3 * 2
would that look like:
(x = (y = (((3 ** 3) ** 3) * 2)))
???
Thanks
I am using the debian server and through which Ii automatically got a .csv report which shows me a no like 45, 5, 65 etc.Now What I want that the csv report that I am getting should be coloure...
I've been trying to pull some binary data from a database and output this information into an image file (of any kind viewable in IE) but I'm running into some problems. For starters, I get th...
Hi,
I have a requirement where I need to mach on 2 patterns from a input file and write to the output file.
Input file
<MappingData3 ExchangeIdentifier="LSE" ExchangeSymbol="FR0010455...
Hello coders,
Please take a look at the below script for me. Its part of a datageneration tool that I'm developing.
My goal is for each date in the line that enclosed by <vdt></vdt> ta...
I am looking to count the number of times a word appears in a block of text. Lets say the word in question is "word".
It can be capitalized in any way (word, Word, wOrD, etc)
It can be c...