[26104] in Perl-Users-Digest

home help back first fref pref prev next nref lref last post

Perl-Users Digest, Issue: 8301 Volume: 10

daemon@ATHENA.MIT.EDU (Perl-Users Digest)
Wed Aug 3 14:05:41 2005

Date: Wed, 3 Aug 2005 11:05:06 -0700 (PDT)
From: Perl-Users Digest <Perl-Users-Request@ruby.OCE.ORST.EDU>
To: Perl-Users@ruby.OCE.ORST.EDU (Perl-Users Digest)

Perl-Users Digest           Wed, 3 Aug 2005     Volume: 10 Number: 8301

Today's topics:
        ANNOUNCE: spodcxx v0.21, a (s)POD Parser and (s)POD to  <hdnews@gawab.com>
        crontab for executing perl script <""alexjaquet\"@[no spam]msn.com">
        Digest Administrivia (Last modified: 6 Apr 01) (Perl-Users-Digest Admin)

----------------------------------------------------------------------

Date: Wed, 3 Aug 2005 10:44:06 GMT
From: Hans Oesterholt-Dijkema <hdnews@gawab.com>
Subject: ANNOUNCE: spodcxx v0.21, a (s)POD Parser and (s)POD to HTML converter
Message-Id: <IKnH19.1tG0@zorch.sf-bay.org>

L.S.,

I've released 'spodcxx' version 0.21, which
provides a sPOD 2 HTML converter. SPOD is
a superset of POD, which is widely used as
documentation language for perl modules.

SPOD can also be used to document scheme code and
has support other languages' comments.

This release adds support for tables, other minor
markup additions and a wikiwikiwiki mode.

The wikiwikiwiki mode of the SPOD language provides
a very compact way of notation. Internally it is converted
to SPOD.

The CPAN address for spodcxx is

http://search.cpan.org/~oesterhol/spodcxx-0.21

Don't expect any meaningfull POD documentation there.
Documentation can be found at:

http://www.elemental-programming.org/epwiki/spodcxx.html

Best regards,

Hans Oesterholt




------------------------------

Date: Wed, 03 Aug 2005 15:56:48 +0200
From: Alexandre Jaquet <""alexjaquet\"@[no spam]msn.com">
Subject: crontab for executing perl script
Message-Id: <42f0cd27$0$1147$5402220f@news.sunrise.ch>

Hi,

I can't found why my script doesn't run :

crontab : (want to run it each minute)
1 * * * *  perl C:\Apache2\cgi-bin\script.pl

script.pl

#!c:\bin\perl.exe
use strict;

my  $dir = "C:/Apache2/cgi-bin/";

local our 
($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst)=localtime();
local our  $date = sprintf "%4d-%02d-%02d",$year+1900,$mon+1,$mday;	
local our  $time= sprintf("%4d:%02d:%02d",$hour,$min,$sec);

open(FILEWRITE, "> $dir.log.txt") or die "impossible";
print FILEWRITE "$date $time";

many thanks


------------------------------

Date: 6 Apr 2001 21:33:47 GMT (Last modified)
From: Perl-Users-Request@ruby.oce.orst.edu (Perl-Users-Digest Admin) 
Subject: Digest Administrivia (Last modified: 6 Apr 01)
Message-Id: <null>


Administrivia:

#The Perl-Users Digest is a retransmission of the USENET newsgroup
#comp.lang.perl.misc.  For subscription or unsubscription requests, send
#the single line:
#
#	subscribe perl-users
#or:
#	unsubscribe perl-users
#
#to almanac@ruby.oce.orst.edu.  

NOTE: due to the current flood of worm email banging on ruby, the smtp
server on ruby has been shut off until further notice. 

To submit articles to comp.lang.perl.announce, send your article to
clpa@perl.com.

#To request back copies (available for a week or so), send your request
#to almanac@ruby.oce.orst.edu with the command "send perl-users x.y",
#where x is the volume number and y is the issue number.

#For other requests pertaining to the digest, send mail to
#perl-users-request@ruby.oce.orst.edu. Do not waste your time or mine
#sending perl questions to the -request address, I don't have time to
#answer them even if I did know the answer.


------------------------------
End of Perl-Users Digest V10 Issue 8301
***************************************


home help back first fref pref prev next nref lref last post