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.
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
...
Hello,
Below given is a sample /etc/hosts file, where "cache01h-t1" is the hostname of a linux machine.
# cat /etc/hosts
# Do not remove the following line, or various programs
# that...
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 ...
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'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...
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...
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.
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...
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...
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 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...
I've never programmed in Perl/CGI and need help creating a Perl/CGI script. I need an HTML page and a Perl/CGI script that will do the following:
HTML page:
1) Contain a form with five ...
In Perl object oriented programming, what does it mean when there is a method that begins with an uppercase letter and another method that is the same name that begins with a lowercase letter?...
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
...
I'm new to Perl Programming. I'm trying to take out all the slash in a variable
Example:
$current = "09/01/2007";
my($temp) = $current;
Print STDOUT $temp;
##it should read 09012007
T...
I have a program I want to close. How can I close it and detect when it's been closed from within a perl script?
#!/usr/bin/perl
# Close program code goes here
Thank you for any hel...
Hi,
I am trying to test out if I can use this email::simple perl module. It looks like is parsing my data file but prints out blank lines.
Here is what I got.
use Email::Simple;
open (...
I am working with code written by someone else.
This is trying to determine if the file being opened contains the string "passwords_"
In the following block of code what is this code reall...
I want to encrypt a string in perl that consists of a name and cyrrent system date/time + 15 minutes
"ABC 09-25-2007 10:20:00" using basic encryption and a key.
Then I want to pass that st...
The following Perl code is supposed to verify that a list of database accounts are all locked.
While testing I have unlocked some of the accounts and the test code is not working;
I am try...
Can anyone please help me to configure a simple sendmail script that does NOT rely on cgi vars and that I can test by simply running the commmand ./sendmail.pl with static values?
http://ww...