Help for this page

Select Code to Download


  1. or download this
    foreach my $markdown_filename(@sources)
    {
    ...
        close(SOURCE);
        print $text;
    }
    
  2. or download this
    use warnings;
    no warnings 'once';