Linux virus check

2002-02-27 Thread Roman @ Melihhov
Off topic mail. I'm trying to find a virus checker for Linux that'd work with sendmail to check every incoming mail. Could not find anything on the issue. Any ideas or directions where to check would be appreciated. One, Roman. ___ Perl-Win32-Users

Moon phases in Perl

2002-02-14 Thread Roman @ Melihhov
Hey, Any known moon calculator for the moon phases (moon calendar). Ideas appreciated. Roman. ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Nothing on STDIN thru pipe

2001-05-20 Thread Roman Melihhov
Hi, Why I'm not getting anything from STDIN when piping to perl script from command prompt on Win32, AP built 623. I'm trying to read on STDIN to fetch and save input into file for limited amount of 5 (not greater) $mbox_size = (stat $mbox)[7]; $remains = 5 - $mbox_size; open (MBOX,

LWP - default document name

2001-04-13 Thread Roman Melihhov
Hi, Is there any ways I can retrieve returned document name, if user don't exclusively set requested document pointing to default document index.htm index.php etc. ... $url = "http:/www.host.com/"; $req = new HTTP::Request GET = $url; ... ideas appreciated, Roman. --

Apache anyone...

2001-02-25 Thread Roman Melihhov
Hey! Anyone managed to make AP work with Apache on Win32. Is there mod_perl module for Apache from Activestate to make it perl scripts run through cgi? Ideas appreciated. One, Roman. -- ___ Perl-Win32-Users mailing list [EMAIL PROTECTED]

Regexp?

2001-01-19 Thread Roman Melihhov
Hi, Is there an elegant way to determine number of times substring is repeated within a string except a loop with incrementing counter. Regexp perhaps? Ideas appreciated. Roman. ___ Perl-Win32-Users mailing list [EMAIL PROTECTED]

Safe UTF-8 forms

2000-12-22 Thread Roman Melihhov
Hi, Sometimes, working with non-English characters in UTF-8 I get "" in textarea text and it messes up everything. For example Cyrillic l produces sequence "ะป" and it messes up html markup. Is there any ways to escape these values safe way, so that any text shall be properly shown in