Do not use on any
shared computer
May 16, 2008 11:39pm pdt

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: 176 - 200 of 977
 
I am looking for a perl 4 function similar to the basic  chr$ fucntion.  I want to convert a number to it's ascii equivalent character. ie  $char = something(number from 0-255) if the right s...
Trying to implement mget since it is not a built in function in the NET::FTP library but I keep running into problems.  This is what I have: my($ftp,$pattern) = @_; foreach my $file ($ftp-...
Hello, I 'm trying to build a 2D array from witin my code. So I want to have an array @list that holds arrays @info. first I declare my @list and my @info While reading from a file, I read ...
I have installed active perl 5.10.0.1002. It uses the win32::Ole module. But when I execute my script gives me the following error Can't locate loadable object for module Win32::OLE in @INC (@...
I'v put the following values in a hash with the key $Info{$_->{stand_id}} = {totaldays => $totaldays, stand =>$rowref1->[0]->[0], standinfo => $standinfo, max_space => $rowref2->[0]->[2], max...
Hi All I need to add the ability to the calculate square yard and the price. This code currently does a square foot print out. It needs to carry two places past the decimal point. Example: ...
Hello, I am writing a perl script that will just display the process id given a process name. Here is a piece of it.... $pid = `ps -ef -o pid,ppid,comm | grep xview | awk '{print $1'}`; ...
Hi, I'm trying to get a script i've written in Perl to email me the output of the queries i'm doing on a few sql servers, but for the life of me can't get the mail function to work. I was t...
I have to give interview on perl.I am oracle programmer.Please write the interview questions usually asked. Thanks in advance. Pooja
New to Perl I need to copy tif files from 1 directory to another directory using a txt file as input.  Txt file contains either a file or directory, one per line (files have a + as first cha...
$string="123,.,.,345"; I want this to be converted to 123,,,345. Basically i want to get rid of the dots in between commas
hi can anybody how to create perl script with argument ? i have script abc.pl -"d:source" "-u:username" "-p:password" but i don't understand how to create this, i m not perl developer...
May I know how to convert a perl script  into an .exe file?  It is because my user's PC do not have Perl5 software.
I have been trying to set up a connection to an Oracle database (using Oracle ODBC drivers) and Win32::ODBC for PERL. However, when I tried to test the connection using the script below I ...
I have the following perl called test3.  When run, I got the following error about EOF.  Please help.  Thanks! Can't find string terminator "EOF" anywhere before EOF at ./test3 line 5. ...
I am a newer of writing perl script. What is Getopts for? Can you explain the following script? Thanks! &Getopts ( "d:s:i:f:r:h" ) ;  if ( defined ( $opt_h ) ) {     &print_help_msg ;    ...
I would like to output the system command to an array. below doesn't work, jinfo=0. @jinfo=system("echo hello");
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 an experienced database programmer, but am not over the learning curve with Perl.  Barely started would be very accurate.  I am writing some automated scripts to extract some Windows serv...
I am wondering if anyone knows how to use MAMP with Perl. I saw a cg-bin while I was looking through the folder, but can't find anything in the docs. Thanks, Ryan
Hi, I need to monitor recursively a directory for new created files. I am using the File:Monitor package. (http://search.cpan.org/~andya/File-Monitor-0.10/lib/File/Monitor.pm) which works...
Hi ; I have a perl script that does a whole bunch of stuff and at the end ssh's to a remote server and runs a script from there. It looks like it is correctly ssh and running the commands.Ho...
say if the user fails auth. what do i send to the smtp client socket? i tried but this doesnt work? $smtp_client->send("530 Authentication required");
Hi I have a perl script which can only be executed on a unix machine, a legacy issue. I need to be able to run the file from a Windows environment using an ant script how do I go about this?
I have recently been able to have a script log into our cisco routers and execute commands, but I am unable to get the script to log into our 6506/6509/6513 Catalyst switches.  I suspect this ...