Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Trying to get Rebol CGI working on my website

From: joel:neely:fedex at: 22-Mar-2003 19:03

Hi, Dave, What mail client are you using? I just went back and looked at my original (using Netscape 4.8) and the tags are there! I'm inserting a copy of that section of the original below:
> 8<--------------------------------------------------------------------- > #!/usr/local/bin/perl -w > > print <<EOS; > Content-type: text/html > > <html> > <head><title>Hello</title></head> > <body><p>Hello, world!</p></body> > </html> > EOS > > exit (0); > 8<---------------------------------------------------------------------
If you don't see the tags above, then I suspect your email client of tagicide! ;-) If you can't see them, then cut the bit below and paste it into a REBOL console to se what I sent originally. print to-string #{ 23212F7573722F6C6F63616C2F62696E2F7065726C202D770A0A7072696E7420 3C3C454F533B0A436F6E74656E742D747970653A20746578742F68746D6C0A0A 3C68746D6C3E0A3C686561643E3C7469746C653E48656C6C6F3C2F7469746C65 3E3C2F686561643E0A3C626F64793E3C703E48656C6C6F2C20776F726C64213C 2F703E3C2F626F64793E0A3C2F68746D6C3E0A454F530A0A6578697420283029 3B } -jn- -- Polonius: ... What do you read, my lord? Hamlet: Words, words, words. _Hamlet_, Act II, Scene 2