I have a text file that I need to parse into a comma delimited file with perl installed on an XP PC. PERL is working, I have other perl programs running so I can handle that part..
But I...
Hi,
I've written quite a lot of scripts that all have a DBI->connect at the top of them.
If I call an exit(); at any point in the code will this inherently disconnect the database connec...
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 need a Perl script to do the following...
1. I have a collection of 1000000+ audio and video files scattered under a directory called c:\Rawfiles. I would like to run a Perl script tha...
Hi,
I'm writing a script that map's some data between different codes and then copare the child object's against a database.
The structure of the data I would like to get to is somethin...
A while ago, I had gotten the following Perl script to do the following...
1. I have a collection of about 100000+ files located in a windows directory called C:\RawFiles with a variable nu...
I want to run a function to send an SMS if connecting to a remote database doesn't work (time out). The sms function is written and working, it's the error trapping that's the problem for me.
...
Hi , I have a query where I need to parse through all the files in a directory and search for a tag (ExchangeSymbol) and return the next next 20 characters in a particular line. I am aware of ...
Hello Experts there,
Please give me the script for the below queation:
Consider following xml files
File1.xml
<architectures>
<architecture>
<name>Pace5</name>
<testcases>
<tes...
Hi,
Can you pass a list of items to a class constructor, like:
my $horse = new horse("a" => "b", "c" => "d");
#constructor of class 'horse'.
sub new()
{
m...
I am using nmap::parser to parse the results of an nmap scan. One thing this module does not provide for is obtaining information about hosts that don't respond to a ping. Nmap reports these ...
Does anyone know what would need to be changed to the below script to have it worked in a Linux environment?
Using SSH connection it's allowing me to execute only one command at a time. See my program below
use Net::SSH::Perl;
use strict;
my $ssh = Net::SSH::Perl->new("host");
$ssh -> login(...
I have this code
$newfh = IO::Socket::SSL->start_SSL( ...);
*STDIN = \*{ $newfh };
*STDOUT = \*{ $newfh };
and it's working fine, hence after session is over, the code
open(STDIN, '<...
basically when we remove package in solaris it's ask user to input " Y es" or "No"
how can we remove package without any user intervention.
e.g in he below attached code.... when i am ...
I am coding application using Perl Catalyst framework which uses DBIx::Class for database manipulation. I also have a table of users which are ordered in some kind of a tree. My Postgres table...
We have a Perl script that successfully sends emails to various distribution lists etc. However, we are now trying to send to an address that resolves as an Outlook email folder, with no succe...
I have the following code and need a regex that will pick out the 0% ( I want to be able to check the value of just this one table). I don't want to get any of the other "percent values". Ke...
I need a Perl script to do the following...
1. I have a collection of about 100000 files located in a windows directory called C:\AppFiles.
2. I would like to organize these 100000+ file...
I have a file on my ftp website and I would like for it to be accessible by a specific person where the login and password would be in the script they use on the browser such as the following:...
I am reading a file and parsing each line.
For each string token that I parse,I would like to check if that string
contains "suite" or "apt"
how should the regular expression look like
Th...
0.file description:
takes ms access dbs(mdb) and checks its' tables by certain Business Rules in 3 bu rules files.txt
those rules files.txt constraction:
01 RULE :
sql
02 RULE :
sql
...
I have written a pretty simple script for client computers to send a status update back to another server via an HTTP request. No worries. It works. I have the ActiveState Perl Dev Kit, to ...
Hello,
Is it possible to integrate phpBB 2 with an existing website running on perl. There is a member regsitration and login system already developed in perl and now I need to add forums t...
Does anyone have an algorithm for generating a shuffled array of arrays with these requirements:
There is a fixed number of different IDs in the array below. In this case, 52.
The IDs t...