Hi I have downloaded a few CPAN modules that I think would help me, but I am having trouble installing them into my own private directories (I don't have...
Hello to all How I can get the files of a directory, how i can store the list in an array? By example: if I need to know all the files contained in c:\windows?...
Using & means that it's a user defined subroutine. For example: &print is a user define print and will not use Perls print function. Also, if you don't specify...
Hello oh keepers of perl knowledge, I have a simple question for which an explanation has eluded me so far in my searching in any of the perl books I do have.....
Hi, We have following requirement for our client in Wilton, CT Position : Web Developer Duration : Contract-to-Hire (6 Months Contract) Location : Wilton, CT ...
Interested in freelance assignment? I need help with some perl programming. I need to customize a script that I bought, and the original developer is not able...
hii friends. i ama new member to this group..am a professional hackers..friends...i wanna learn virus and worms programming . if anyone of u knwo how to ...
Recently I posted a question to the list asking for another way to write some code, tighter than the solution I had posted.. The replies I initially received ...
Greetings! My organization is moving from a Unix-based web host to a Windows- based one, largely so that I can redo our application in ASP.Net, since I'm a...
Hello all, Happiness is tight, efficient code.. In that quest I have a question which is baffling my lack of experience with perl.. I have a character string...
You can report perl-beginner spam to Yahoo! http://add.yahoo.com/fast/help/us/groups/cgi_abuse I added the above link to the links page many months ago. I...
Hey everyone, Check this out. There is a company giving away iPods for free! The company is being paid by marketing companies to get the name of businesses out...
Hello We are currently offering two types of packages : Business Package at $5.42/month =============================== Data Storage :15000 MB Data Transfer...
Sorry ya'll, but I've been busy coding all day my first perl script for Winders.. Then to add to task, the Winders perl interpreter, I am forced to use, is...
Hi guys, I need a project on perl language (Completed project). I want to submit in my class as a final project. So irequest you to send any project on perl. ...
I'm trying to parse out the output from the following command the columns "user, file size, date and file name" and get rid of the Permission denied lines. I'm...
I have a file that I want to split into lots of files depending on a code. The file could all be one code or 100 codes. Currently I am reading through the...
... From: Fish, David ; Fish, David To: perl-beginner@yahoogroups.com Sent: Tuesday, January 24, 2006 6:11 PM Subject: [PBML] Port definition for Net::FTP ...
Hello all, I am very new to perl.. I am having a script which was written by another person..the purpose of the script is as follows: I am from a research...
Hi I am a HR person would like to ask a query on the following skill: What is Perl Script and how it is diiferent from CGI Perl or Perl. And is it platfrom...
Hi! I am trying to learn perl and am using unix. I need a script that will allow me to copy one field and enter it into another field. For example, copying...
Hello! I am using Net::FTP and I am stumped why the ftp port for login to a server is using ftp port 21 but the ftp data port is picking a random port in the...
hi everybody, i am new to this group.. i got a new project to do....i am not aware of perl...i am attaching the project details... so i need ur help...plz do...
I need to use libusb from Perl, but there's no (usable) wrapper for it--so I thought that I would (with the help of the Houston PM group) write one. I've got a...
Hi I have these lines of code : .. .. $x = 1.15; $num = $x * 100; $num = int($num); print "$x\n"; .. .. Which prints out: 114 But should be 115 !! I even tried...
hello friends while i`m running the perl program code below: use GD; my($im) = new GD::Image(100,50); my $black = $im->colorAllocate(0, 0, 0); my $white =...
I have one main program that uses a semaphore/flock to keep the other files from becoming corrupt. It uses .pl / packages. My question is, once I have the...