Help for this page

Select Code to Download


  1. or download this
    body:
    Here is an example of a
    multi-line section of text
    that I'm trying to grab.
    attachment:
    
  2. or download this
    if ($line =~ /^body: (.*)^attachment:/mi) { $vars{body} = $1; }