| Thread | Last Post | Replies |
|
| Running Perl Scripts Via A Web Page | 30 Nov 2004 23:27 GMT | 2 |
Can someone please recommend a book for me. I do some web administration w/ perl scripts. I would like to create a web page w/ drop down menus... and depending on the selection criteria, run that script. I searched on Google a little, but not really sure what I'm looking for. ...
|
| HTML::Tree help | 30 Nov 2004 22:11 GMT | 4 |
I have to parse some thousand of html files, so I'd like to use some html parser, and not my own regexpes. Htmls I am parsing are quite complex, so I need your help. First of all, is HTML::Tree good and fast module?
|
| Format and send a file | 30 Nov 2004 21:21 GMT | 2 |
Hi list. I tapeworm a disordered file which I repair it and produces this exit to me in my shell: UNIDAD | TOTAL
|
| Create new "outfile" foreach line in "inputfile" | 30 Nov 2004 20:03 GMT | 1 |
Hi All, I have a urls.txt file that contains a different url on each line (100 urls). And I have a item_numbers.txt file (100 items). I want to create a new outfile.txt, named w/ the corresponding item_number, each time the
|
| re: Reading external file. Open files from listing and do a search and replace then continue... | 30 Nov 2004 19:05 GMT | 1 |
I've been able to read and output the external file containing the file listing. I've been told to do a "foreach" Would this go after the "while" or in place of? open READFILE, "< file.in" or die qq(Cannot open file "file.in": $!); while ($line = <READFILE>) {
|
| Debugging OpenPerlIDE | 30 Nov 2004 18:28 GMT | 1 |
I love the Perl IDE/debugger I found on source forge. Unfortunately, it only works for me on NT4/Perl 5.6. When I try to run it on Win2003 server, the following line fails (in the file perl5db.pl that comes with the debugger): my $result = Win32::GetFullPathName($filename);
|
| Search Tab-delimited file for Null fields | 30 Nov 2004 17:00 GMT | 8 |
I'm pretty new to Perl but with the help of this list I've been able to come up with a few helpful scripts. This time I'm trying to read through a tab-delimited text file with the first row containing headers. I want to print out any field/column name where the entire field is ...
|
| re: HELP...what am I doing wrong? | 30 Nov 2004 16:40 GMT | 2 |
--Original Message Text--- From: FlashMX Date: Tue, 30 Nov 2004 07:42:55 -0500 Hi Charles,
|
| RE: Spam:Re: Error: Scalar found where operator expected | 30 Nov 2004 14:39 GMT | 1 |
G'day...
> This is not related to strict. You always have to use () when > calling methods. Really? /Always/ or only when passing arguments to the method?
|
| Messenger module? | 30 Nov 2004 11:45 GMT | 1 |
Does anyone know if there is a perl module that could communicate as a client with MSN Or Yahoo or Skype or AOL messengers? Thanks. Teddy
|
| tie variable to function? | 29 Nov 2004 21:32 GMT | 5 |
Hello list, I saw this recently on here but can't find the thread and since I'm not sure what the technique is called (tie variable to function?) I'm not sure where to look on perldoc :)
|
| problem with function | 29 Nov 2004 20:55 GMT | 3 |
Can someone help me with my programm that does not work. i do not get the mistake. The output is always the same, if i use &daten_einlesen("nucleotide") or &daten_einlesen("proteine") there is no difference!
|
| Error: Scalar found where operator expected | 29 Nov 2004 14:56 GMT | 3 |
I had used following line in my code to retrieve message where $msg_id shows id of message retrieved by LIST command. code: my $message=$pop3->RETR $msg_id; # Line No. 30 it is showing me following error
|
| converting a postscript file to an image or bitmap | 29 Nov 2004 14:33 GMT | 2 |
Is there any script or module to do that job?
|
| Return values from methods on Classes/Objects | 29 Nov 2004 08:32 GMT | 1 |
G'day... One of my classes has a method called format_cost which takes a number (integer representing a monetory amount in cents) and pretties it up for display as a dollar amount. I.e. format_cost(120000) returns
|