Help for this page

Select Code to Download


  1. or download this
    if (m/\<!-- Begin Perl Block --\>/i)
        {
        my $perlcode = '';
    ...
        # Execute the anonymous sub
        $_ = &{eval $perlcode;};
        }
    
  2. or download this
    <!-- Begin Perl Block -->
    sub 
    ...
        return $text;
        }
    <!-- End Perl Block -->
    
  3. or download this
    sub 
    { 
    $text = ''; 
    ...
    
    return $text; 
    }
    
  4. or download this
    sub 
    { 
    $text = ''; 
    ...
    
    return $text; 
    }