PERL - problems with use163 (6/26/2003 5:44:42 PM) Hello, I have written a simple PERL script for use with my website, and even through the script runs perfectly on my own computer using the Apache webserving software, i am having problems making the script on... Alan
Please help with a script, knoledge needed!735 (6/24/2003 12:41:40 AM) Hello all, I don't have any knoledge of perl but i have a script what is running on the server and doesn't do his job. It has to search along a lot of files and find a word in a line. If it finds the word onl... Eric
speedier alternative to LWP?170 (6/26/2003 11:05:25 AM) Hi there all, I am writing a little script that gets some data from a couple of servers. One of these is a database and no probs there though the other is a web server that I don't have control over. I am usin... drewfisher
Write to a filehandle and to STDOUT without double print statements?559 (6/26/2003 1:03:01 PM) I'd like to output the same text to the screen as well as to a file. I've always used double print statements to achieve this in the past but it always seemed like a dopey way to do it. Is there a more elegant,... dananrg
Surprised by read()868 (6/24/2003 6:29:56 PM) Hello! I've given this problem a weekend of consideration without conclusion. I'm trying to use the "read"-command, for step-by-step reading from a binary file. On my computer at work (Mac OS X, perl 5.6.0), t... mark
search for messages in large files950 (6/25/2003 2:27:20 AM) I am working with files that grow to a size of 1-2 mb each day of the month. The file is closed at the end of each month. The format of the messages is: aaaaaaaa YY-MN-DY HR:MN:SC MSG1 BBBB qqqq wwww eeee rrr... Jman
array question #2630 (6/26/2003 12:37:35 PM) hi, this is a piece of code from a program. ---- my $size; my $realPath; my @filterArray; open READFILTEREDLIST,'</tmp/FILTEREDLIST' or die "Datei kann nicht geoeffnet werden: $!\n"; while(<READFILTERE... magelord(6)
mod_perl 2 test failure at filter/in_bbs_msg (server side failed)023 (6/26/2003 2:21:51 PM) I'm running "make test" for the latest version of mod_perl 2.0 and it fails at: filter/in_bbs_body.............ok filter/in_bbs_msg..............server side has failed (response code: 404), see t/logs/error_lo... cbdeja(20)
GLOB/FH/String362 (6/26/2003 11:53:38 AM) Hi, I have an FileHandle $fh; When I do "print $fh" the FileHandle is treated as a String and it prints the filename. I need to have a scalar string (for a list) now, how can I "cast" the FH into a String? ... Hendrik
Locale doesnt work when LANG=C under CGI (apache)079 (6/26/2003 11:11:53 AM) Hi, I've read in `perldoc perllocale` about the need to configure LANG or LC_ALL to get locales to work properly with perl. But when attempting to develop CGI scripts I do not have control over apache's config... ra9af7y02(3)