Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    This is the paragraph that follows the next definition list.
    2 Heading for the close of the document
    The paragraph that closes the document.
    
  2. or download this
    elsif ($line =~ /^\&/) {
      eval($line);
    }