What perl regular expression can I use to match double letters(or any double characters)?
This is what I've tried:
Greetings,
I am looking for a simple script to find all exectuable files(.exe) in a set of remote directories. I need to recursively iterate through all subdirectories to find the .exe file ...
Hi,
I need a perl script which reads the configuration file in the following format
config.ini
[DEV]
<Key1>=<Value1>
<Key2>=<Value2>
....
[QA]
<Key1>=<Value1>
<Key2>=<Value2>
....
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?
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...
This should be so simple but is causing a few probs.
I can quite happily issue a sql statement and populate an array from within perl. I can even return a single element array item from one...
I got the following when trying to run a perl. How to start to debug the problem? Thanks.
ksh: test.perl: cannot execute
Hi Experts,
I have a perl script that is using Net::Telnet and it gets as far as teh login prompt.
the session is a specific interface and retruns the following promtps when I telent f...
I'm developing a cgi script that uses Net::SSH::Perl, but the login authentication is taking 1 minute 40 seconds. As you can imagine, 1:40 too long especially since I will be connecting to 4 ...
How can I set this option on socket?
IP_MULTICAST_IF
Hello,
I writing a Perl script that would read a file and pick out the relevant information using Perl's RegEx.
The file I'm trying to read has this in it's contents:
===================...
In Windows how can i use Perl to list all files in a directory older than 4 hours.
my @aaa = </foo/*>;
print $#aaa,"\n";
The above prints 147 on my computer because there are 147 files in /foo.
my $bbb = '/foo/*';
my @aaa = <$bbb>;
print $#aaa,"\n";
The above pri...
Hi,
I have a UTF-8 string which was read from an Internet site. I need to convert it to an ASNI string, so I could write it to my MSACCESS database.
Thanks,
Hi,
I need to check if DBD::SQLite package is installed or not using my perl script. As its installed than only I need to connect to Database to do the operation or try to connect to other ...
I need to create a Perl script that will connect to approx 50 SQL Server 2000 and 2005 instabnces across different servers.
I am hoping to accomplish this without creating 50 different ODBC...
I want to know the easiest way, that I could write a script that parsed email and strip the mail of html and place it directly into a database.
The user fills out a form and the form gets...
Hi Experts,
I'm wanting to detect when a visitor downloads a file on my website, so I can do things like: immediately increment counters, etc.
My HTML might be something like this (but I c...
I've installed Active State Perl v5.8.7 (b.813) on my Windows XP machine. I then downloaded five modules, unzipped them, and copied the pm files to appropriate directories under C:/Perl/lib/....
I am tasked with daily downloads of transaction files from within a windows 2000 environment. In the past, I have used the URLDownloadToFile successfully with the secure websites, but doing s...
I want to write a script that checks a webpage for updates. This task is complicated by these factors:
(NOTE: I'm running ActivePerl 5.005_03 on win2k)
1) I'm behind a proxy that requires...
Hi,
I have a shopping cart script where I want to separate the data manipulation and the data display functions.
I want one script to do all of the database inserts etc. and then call anot...
How to use Perl to get data from a MySQL database and then store it in a txt file?
After using the Net::FTP module to copy files locally, I'd like to set the time and date of creation/modification to the same as that on the server. I don't believe there's an option to do so...
Hi Experts,
I have a input file where the header of the file has columns as below.
I_AUDITID(16),D_DATE(8),T_TIME(8),I_TSORDNUM(10),C_RECORDTYPE(4)
I need to read from the input fil...