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

[REBOL] Embedding PERL code

From: john:thousand-hills at: 18-Aug-2001 8:02

I have many handy routines written in PERL, like the sending of a file as an attachment. Rebol, or its function to mail an attachment is convoluted. Can I embed a PERL procedure, or do I need to call a PERL file to do so? Is there an easy way to send a file as attachment in Rebol? I looked at the ATTACH.R file and was totally confused by it. John