| Thread | Last Post | Replies |
|
| CGIs & CSS - References | 30 Apr 2005 21:32 GMT | 3 |
Hi gang I'm working on my first CGIs, and have been adding stylesheets. I'm currently working on my own machine, under localhost. I have two questions;
|
| to fork process and use FIFO. | 30 Apr 2005 10:14 GMT | 1 |
Need Help on how to fork process and use FIFO. I have 10 processes that I would like to fork form parent. Each process reads a different file, processes it and returns a log.
|
| REGEXP | 29 Apr 2005 23:11 GMT | 43 |
Please help me find the regexp to replace -o-b- - - -f thank you! s/sg//, s/\- {1,}(\w{1,})//,print +(split)[5,6,7], if (m/f01(\d+)/gi ) my $_ has these lines in it:
|
| Password | 29 Apr 2005 15:04 GMT | 6 |
I am a newbie to perl and I have a question. In one of my project, the perl script will create a logfile. Inside the log file, the username/password is in clear text. I am trying to hide the password in the logfile. Is there a way that I can
|
| How can I automate the removal of hard-coded banners from locally saved web pages | 29 Apr 2005 12:55 GMT | 1 |
I sometime happen to save certain web pages of interest (tutorials, articles, etc) locally on my PC. Unfortunately, some of these pages do carry top and bottom banners
|
| parsing command line arguments multiple times | 29 Apr 2005 10:45 GMT | 6 |
i have a requirement, as in based on one command line option, the rest of the arguments change for the same script. eg: script could be called in either of the ways script1 -option1 -option2 adfas -option3
|
| examples using Template::Plugin::Page | 28 Apr 2005 23:23 GMT | 3 |
I have a html reports page that has now grown too large to manage. I want to paginate my report. I am already using templates , similar to Template.pm so I would like keep the presentation stuff outside my perl code.
|
| if else question | 28 Apr 2005 21:31 GMT | 4 |
The first time I wrote this if else statement I wrote it correctly... now I've confused myself... :~) If the "if" statement returns false the program writes that line in the file to $error_log for every $file in the directory.... I just what the line in
|
| Compare to a list | 28 Apr 2005 17:12 GMT | 2 |
I have a group of files that are sent to me every month and I'd like to write a quick Perl script to check to make sure that all of the fields are coming in. I wrote a Perl script to dump out all the field names (it dumps out all the headers which are the field names) and I've ...
|
| mysql driver problem? (slightly off topic) | 28 Apr 2005 11:23 GMT | 1 |
Hi all, this is slightly off topic but I'm sure someone here has come across this problem. I cannot connect to mysql on my redhat 9 box. I ran: shell> perl -MCPAN -e 'install Bundle::DBD::mysql'; and it did say that there was a problem but all I've manged to find out from
|
| regex substitution | 27 Apr 2005 21:23 GMT | 3 |
I want a regex to replace all continuous occurrences of '-' with something else say 'x' except the first one These are some examples "- Ram" ===> "- Ram"
|
| keyword expansion script | 27 Apr 2005 21:15 GMT | 1 |
I am struggling to modify an existing Perl script that was originally written for a Unix version of ClearCase (SCM tool). The script is supposed provide "keyword expansion"
|
| my (fooref) = shift; | 27 Apr 2005 20:13 GMT | 1 |
I see many examples in the camel book where a subroutine takes one argument and the one argument is an array ref. my (foo_ref) = shift;
|
| bulky regex | 27 Apr 2005 19:01 GMT | 5 |
Hello everyone, This is the first time I was able to get a complex regex actually working as I expect, but I wanted someone to comment on it, in case I am overlooking something very major.
|
| Spreadsheet::ParseExcel - Out of memory error | 27 Apr 2005 17:11 GMT | 2 |
I am using the spreadsheet::parseexcel module to open up a series (31) spreadsheets and grab the row counts. Here is an excerpt with the ParseExcel Code. my $oBook;
|