Perl Resources
This thread is designed to provide links to Online Perl Resources which will be helpful in learning how to use and code in the Perl... more »
sticky
|
|
Guidelines To Ensuring Better Answers and Assistance To Your Thread(s)
Please remember the following when posting a question in the Perl Forum. Doing so will get you better assistance.
Provide Sample Code - You will... more »
sticky
|
|
Usage of Perlcc
Hi all,
I have a simple .pl program which I need to convert to EXE... It has no modules used but when I try to use perlcc it gives following error..... more »
|
|
CGI Script
Hi every body,
i am just new to the CGI scripting.
i am trying to run a basic CGI script . i am using APACHE as my web server .
i have placed my... more »
|
|
Redirecting the output of an exe file to a txt file
I am running an application on windows. I don't have the source code :(..
I need to capture the output of this exe file and redirect it into a file... more »
|
|
Convert Perl Code in PHP
Hi Every one,
I have a perl script which uses the following code to decode the username saved in a cookie. I want to parse that cookie in php for... more »
|
|
copying files of a certain type to different folder
Hi,
I am trying to search a directory for subdirectories, recreate the subdirectories elsewhere and copy only certain files from current subdirectory... more »
|
|
Usage of shift command
So I'm fairly new at perl and was looking for help with the usage of the shift command, which I think will help me solve a problem I've been having. ... more »
|
|
string to character array in PERL
hi, I am a beginer in PERL. got stuck in trying to figure out how strings are converted to character arrays.
for ex: I want to convert... more »
|
|
Extracting specific variables from a fixed-width data file
Hi,
I have 125 unique variables and corresponding values in a data file with 6 fixed-width columns (columns alternate between "variables" and... more »
|
|
Newbie question
Hi all i very interested in learning pearl, i already know a couple of other languages and i looking to expand my knowledge as it were.
I currently... more »
|
|
CGI file upload script problems
This has probably been covered before but could not find a similar thread.
Basically I have created a form which can be viewed at... more »
|
|
Opening programs with perl...
So I am new to using Perl, and I am trying to create a Perl program to open a previous Perl program (one I already created) with Perl. what does the... more »
|
|
opening file using wild card
Hey,
I'm trying to open a txt file, but I won't know the first three characters of the filename. For example, I want to open a "user.txt" file, and... more »
|
|
Using user entered data
Yep, new to perl, I started yesterday, but am quickly excelling. I would just like to know how to use user entered data. Let's say I have a... more »
|
|
Copying sub directories
Hi,
I would like to know how to copy certain types of files from a group of directories into another group of directories. more »
|
|
how to replace . with ..\
Hi all,
Please look at below eg.
..abc\efg.
in this I want to replace only last . (dot) with ..\ (double dot slash)
So can anybody help on... more »
|
|
reading txt file located in zip archives
Hi,
I'm currently attempting to read a text file that is located in two subsequent zip archives, (ex: archive1.zip/archive2.zip/textfile.txt).
In my... more »
|
|
Can i create a subdirectory using mkdir command?
i have made a directory c:/abcd
now i want to gather a list of sub directories from 1 directory and create the same list here.
i am able to print the... more »
|
|
need help on searching through a parsed HTML table(used HTML::TableExtract)
Hi ,
I have posted this in one of my other thread but I am posting it again since it is infact on a different topic
I got the table extracted and I... more »
|
|
urgent need help in parsing html tables
I am trying to parse a simple table with two headings and get the rows but I am having a big problem trying to find out how to pass the link to the... more »
|
|
Help for a newbie, please
Hi.
I'm trying to collapse 2 tables in 1 as follows:
table... more »
|
|
Auto login URL with Perl
We have the Intranet web site which requires users to login to access. We also have the URL with password protection that will be placed under... more »
|
|
Retrieve mails from mailserver
Hi everybody,
Iam struggling for retrieve mails from mail server using perl
iam facing some problem in blow my code
even i have the mails in my... more »
|
|
Translate characters into variable
Hi,
I would like to translate (Encrypte) a code from a variable.
This code is made of 3 numbers and substitution must respect a rule according... more »
|
|
2 questions for perl text manipulation
I've just started programming in perl and have written a few successful scripts but had a quick question on how to do 2 things.
First here is a... more »
|
|
MS SQL + Perl = Phantom rows
Hi, I just posted this in the MS SQL Section, but maybe my problem is rooted in Perl, so it's more appropriate to post here instead (sorry for the... more »
|
|