Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    print "Enter a filename if you want to save the current version (or EN
    +TER to skip)\n";
    my $out = $term->readline('OUTPUT FILE:');
    $perl_doc->save( $out ) if $out;