http://qs1969.pair.com?node_id=1025847


in reply to Re^2: pp with gui
in thread pp with gui

#!/usr/bin/perl -- use strict; use warnings; use Data::Dump; use PAR; dd { 'PAR_MANIFEST' => [split/[\r\n]+/,PAR::read_file(q{MANIFEST})], '%INC' => \%INC, '%ENV' => \%ENV, '@INC' => \@INC, '@ARGV' => \@ARGV, };

Replies are listed 'Best First'.
Re^4: pp with gui
by mkmal (Novice) on Mar 31, 2013 at 17:03 UTC
    Thanks, I am slowly going through all the information you posted and will try adding the code you sent. I don't know if this makes a difference but I noticed when I click on the .exe a small spinning circle appears briefly and then goes away. I assume that means it tries to load and fails. I will report back when I get debugging working.