Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested Perl Solutions: 676 - 700 of 1245
 
Hi,     I am trying to setup and sftp session to and external server. We have all read exchanged keys. The sftp command "SFTP User@ftp.host.com" connects fine. Below is a piece of t...
how do i install  perl with module XML::Simple on linux ,windows and solaris or from where i can downlaod perl with which version which will have module XML::SIMPLE , Thnks
I would like to call a c-shell script from my perl script.How can I do the same?What is the syntax?
I'm having a problem installing a module (Net:SMTP) using CPAN. Below is what I am trying, and the error I get at the bottom. I'll also need anything that is a prerequisite for Net::SMTP (...
Hi,    Help needed related to the below perl script. It is using SFTP to tranfer files, but i dont find any login info. Is it trying to transfer from one server to another or on the same s...
I have a string that looks like this: &f0S&a1h&a1980v*c7500h*c80v*c15g*c2P&f1S8H97981319 all on one line ... I want to remove everything from the beginning of the line that star...
My perl 5.004_04 fails doing connect as follows: ORA-01019: unable to allocate memory in the user side (DBD: login failed, probably a symptom of a deeper problem) at  test.pl line 4. The ...
In trying to delete files in directories, within directories, I've found that I can unlink if I know the names of specific files, such as open.dat or history.txt or index.htm, but could som...
What is the use of: umask 0000; and what is it doing??
I have .htaccess password protected a directory. I would like to go from an aesthetically pleasing password page, that gets the login name and password, into the directory without having to vi...
$a=1 $b=2 how do I swap $a and $b in a "one liner"?
Hi I am trying to create a file to be bcp-ed to a sybase database within a perl script. The file is created by reading a txt file and formatting it, delimited by tabs. Within the perl scr...
Hi all, I need the following very quickly: A regex pattern (please no Perl code - just the expression that I can plug into any validator) that will parse a string for emails I've tri...
Hi..... How can i trap for non numeric characters (zero's are alowwed)? An is_num sub would nice that returns a zero for chars and 1 for 0 to 100. regards Ricky
First, I have read through a number of previous posts here about uuencode and perl. As soon as I finish writting this, I'm going to explore MIME::Lite ,  but I'm curious as to the problem I'm ...
Problem/Requirements: I cannot use Active Directory to manage quotas and limit utilization, so I need script that would provide one feature - report disk utilization by user/group. Details ...
I've been trying to write a small Perl program and have been having a bit of a hard time of it.  Works perfectly on Windows, but on Fedora and NetWare for some reason IO::Select->can_read alwa...
hi, I have a string that is $MAC_DA.$MAC_SA.$DATA and I need to attach $CRC to it. example : $MAC_DA = "001122334455"; # 6 bytes $MAC_SA = "000000000001"; # 6 bytes $DATA = "FFFF4FFF".(...
My array is made by n rows and 9 columns, and I need to sort the whole array with ref to the 5th column (id=4). How?
I'm looking for a script (perl or python) that will ping each address on a CLASS C network and report its status.   Could someone please help. Thanks,
I have a perl script,I am using print statement to display a lhypertext link.But instead of displaying the hypertext link it is displaying the path of the link.I am attaching the code snippet....
Hello, I am modifying a search routine that searches flat file databases. After searching bdindex.db I can display the value $board which is field[0] of the database. What I need to do is...
Hi experts,  I have a file id.txt, looks like following: ------------------- 5 10 11 19 : -------------------------- and I have some files in the same diretory: file1.csv  file...
Hi, I have a string in perl which looks like this: my $d_string = "one two three four five\n"; or this: my $d_string = "one two\n"; or this: my $d_string = "one two three four five six s...
I have a small section of html code which I have attached.  This is just a small portion of a > 1mg html file.  I want to parse the file and find all users (defined as schd_ftp_usr_2230_1 wher...