Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
        my $currentFile = $text->getOpenFile
            (-defaultextension => '.txt', -filetypes => \@filetypes);
    }
    
  2. or download this
    use Storable;
    
    ...
    
    # Save stuff
    store $persistRef, 'config';