#!/usr/bin/perl
my $r = shift;
$r->send_http_header('text/plain');
$r->print(pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10));
HTH,
-Sneex-
FCCJ Systems Programming Group
__________________________________________________________________
Bill Jones Systems Programmer http://www.fccj.org/cgi/mail?sneex
- FCCJ * 501 W. State St * Jacksonville, Fl 32202 * 904/632-3089 -
-----Original Message-----
> From: brian moseley <ix@maz.org>
> Date: Wed, 1 Mar 2000 09:53:06 -0800 (PST)
<snipped>
> is it just me, or does that code not compile or execute? got
> "Misplaced _ in number at hm line 2.". maybe i typed it in
> wrong!
See above code.
> usually when i get little red things like that sticking off
> me i tie a rubber band around them and they fall off within
> a couple weeks.
That's prolly why :]
|