Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^3: pp with gui

by Anonymous Monk
on Mar 28, 2013 at 04:14 UTC ( [id://1025847]=note: print w/replies, xml ) Need Help??


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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1025847]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (3)
As of 2024-03-29 06:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found