$Id: pica-rules,v 1.1.2.3 2001/06/18 12:57:07 cvs Exp $

Well, this is just a test file to see if it worked...

The value of the (local) variable myvar is '<# $myvar #>'
The value of the (local) variable mythirdvar is '<# $mythirdvar #>'


$myvar is <# ($myvar lt $mythirdvar)?'less':'greater' #> than $mythirdvar...

The crypt'ed version of $mythirdvar is '<# crypt $mythirdvar, 'aa' #>'.


Now, a little list from 0 to <# $limit #>:
#perl
my @result;
for (my $i = 0; $i < $limit; ++$i) {
	push @result, "$i\n";
}
@result;
#lrep
