I have a file that's contents look as such:
CAGAAP::G_ACY::SHELGAP::CY
CAGAAP::G_APY1::SHLGAP::APY1
CAGAAP::G_APY2::SHLGAP::APY2
The delimiter is indeed two colons (::). I need each rec...
Hi All
I use this script to print out a HTML table in Desceding order top to bottom but it fails.
use POSIX;
my @Array = qw(Cragmere Alpine Arcola Darlington Bergenfield Bogota ...
Okay, so I was on here a few days ago with an ImageMagick problem. We finally got a test script that worked for me. But now, I am having difficulties simply changing file names. Using the scri...
I would like a working example of using GraphViz (v2.0.3) to output a PNG to a browser session, hosted on a Windows Server (ActivePerl v5.8.8.882). I have seen the simple code example at:
ht...
Hi everyone hope you are well.
Guys i have an upload script that im trying to understand.
One line in particular i just cannot get my head around, but it seems it is a critical part of the w...
I need a perl script tto run on windows which will look for all .wav occurences within all xml files under a certain dir. Also it will remove all duplicate wav files and print it as a list of ...
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...
Is there a way to have a flash movie call perl scripts on the server and act on what those scripts return?
I have not been able to find much at all about integrating flash movies with perl.
Hello group,
I'm not a Perl developer (unfortunately!) but in past used some commands that were so helpful however, I have forgotten all those commands. Now, I have a CSV file as following...
my file looks like this
power
category: power lifter power broker power snapper
render: power
liquid
category: liquid nitrogen
fluid
category: fluid dynamics
the ...
I'm trying to create a perl script that will ask for the name of the password file, then find the highest User ID in the file and print out a User ID that is 1 higher than the highest. Here i...
How to use Net:Perl:SSH2 module in perl. Can any body explain me with small example like by taking consideration that we have to connect to one IP and execute the commands at that ip address.
Swapping elements from one list box to other list box. I have a code like this.
$lab2 = $frm_name -> Label(-text=>"Selected Files: ",-foreground=>'black',-font => ['Times New Roman', '14'...
I have a list of words in a text file as follows:
psychic|21:16:37|204.214.45.18|
rimbauer|21:17:13|68.65.110.173|
psychic|21:18:5|204.214.45.18|
psychic|21:20:1|204.214.45.18|
mothman ...
Below are the list of downloaded rpm's using up2date command:
pcre-4.5-4.el4_6.6.i386.rpm
perl-5.8.5-36.el4_6.3.i386.rpm
popt-1.9.1-23_nonptl.i386.rpm
procps-3.2.3-8.9.el4_6.1.i386.rpm
...
Hi experts,
Explain me how to read data from an excel sheet in Perl.Please give me one sample script to how read data from excel sheet.
Thank's®ards,
Rakesh.
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...
return array from <STDIN> and divide each number for new array by 2.
Currently returning 0 or 1 in my list and I need to be returning a second restored array.
Any help or suggestions will...
We are taking over an app from a small time guy that wasn't backing up his systems and lost the production environment. Part of the install instructions from him was to just copy over his Per...
hello,
I have a monitoring perl script that when it finds a particular set of circumstances i need it to shutdown the server.
how do i shutdown a linux box via perl (IE init 0)
thanks
...
Hi ! -
I am trying to scrape a web page which displays results after entering search criteria into a form and then subsequent calls to dopostback .NET method.
I have tried using differ...
I am trying to sort a hash of hashes, having the program control:
the sort field,
whether the sort is ascending or descending, and
whether the sort is numeric or by character.
So, fo...
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 have a odd situation, I call oracle procedure to insert data. This procedure suppose to get the table name based on id passed to it. It gets the table name only if called via sqlplus or SQL ...