I need a Perl script to do the following...
1. I have a collection of 10000+ files located under a multi-tier directory tree located under DirA . I would like to run a Perl script from a...
I have perl code to dynamically list the folder contents of a specific directory on to a website. A user simply maintains the folder/file structure within Windows Explorer and the script will...
I am trying to automate my process of downloading a weekly .csv file from a site. The url is "https://www.sitename.com/directory/filename.csv". By following the link there is a windows promp...
I've been using the Perl crypt function to encrypt password lists. This meets my needs except for when the passwords exceed 8 characters, since crypt will use only the first 8. I do not need...
In Windows how can i use Perl to list all files in a directory older than 4 hours.
Hello,
I writing a Perl script that would read a file and pick out the relevant information using Perl's RegEx.
The file I'm trying to read has this in it's contents:
===================...
I have a file with a word for each line, like this:
foobar
red
house
yellow
house15
red
yellow
red
How can I obtain a list with statistics about the occurrencies of each word/line...
I need a script that works as follows
Input is a continuous stream of records (not infinite but this is going to be very voluminous - in TBs). Each record consists of n fields - tab separat...
I have converted a perl program to a executable file. After doing this I have problem in running the exe. I have given below the error message.
"Can't locate ExtUtils/MM_Win32.pm in @INC at (...
How to use Perl to get data from a MySQL database and then store it in a txt file?
I am able to send emails using script TFmail.pl
But I am never able to get to the success page. I keep getting this error:
bad logfile name [ ] at C:/Program Files/Apache Software Founda...
Hi experts, I just need a small script to rename all the files in a dir from files.txt.bak to files.txt could you help me thanks
I'm new to both Perl and regular expressions. I have a messy data file that I need to "neaten". I've been given a simple Perl script that accomplishes the task and need to translate this scr...
Hello,
I'm very new to perl and am trying to write a script which will do the following:
Read a file and copy a specific section to a new file. Basically i would like to go trhough a fil...
I need a 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 number of subdirs underneath (0-2...
I'm trying to run a perl script and when I try I get this error:
[root@tweeter ~]# ./ATMScript.pl
-bash: ./ATMScript.pl: /usr/bin/perl^M: bad interpreter: No such file or directory
I d...
I have a directory of logfiles which are named by a timestamp. I want to extract the timestamp from the string variable $logfile, so that the resulting format reads like this "200807140144". I...
I would like to remove slashes from an array as it causes an error in the rest of the printing of a doc (combination of PERL and PostScript).
Or would you recommend escaping it with a backs...
Hi,
I need to find some computers on my network which has about 200. Basically I want to list the ones active.
any idea.
thanks,
I'm a beginner at creating perl programs. How can I create a program that will list files in a directory and provide a user with 3 command line options. They should be able to specify a dire...
hello,
i have a perl script that send an email after a from submission.
the email is received with plain text.
i would like to apply html tags to the body of the email and i would li...
Hi,
I have used an external call as the following:
$rankurl = "http://www.domain.com/cgi-bin/cat.pl?category=$categid";
$ranking = get ($rankurl);
to get the ranking of best websites...
While running a script on debian box, I go the beloew error.
postdrop: warning: uid=0: Illegal seek
send-mail: fatal: root(0): queue file write error
Can't send mail: sendmail process fai...
I need to make my output files from my Perl program to be encoded in ANSI. This is due to another program only accepting ANSI encoding (They call it binary??)
I have looked at this question...
I need (preferably) a Perl script that
- reads input from stdin ... Input is a huge volume of records ... Fields/Columns in each record are tab separated ... Number of fields is not known ...