lukeyboy1 has asked for the wisdom of the Perl Monks concerning the following question:
#!/c:/perl/bin/perl use strict; use DBI; use Wx; use myClass; ...blah....Anyway, It all just works perfectly, when I both run and it build an exe with pp on my machine. This is, of course, the case, since I've lots of perl specific stuff on my machine, and all the paths are set up correctly (etc.)
pp -M Wx -M DBI -M myClass -B -o gui.exe foo.pl
wxmsw26_stc_gcc_custom.dll wxmsw26_media_gcc_custom.dll wxmsw26_html_gcc_custom.dll wxmsw26_gl_gcc_custom.dll wxmsw26_core_gcc_custom.dll wxmsw26_adv_gcc_custom.dll wxbase26_gcc_custom.dll mingwm10.dll perl58.dll
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl, Wx, DBI and PAR on Win32 - deployment problems?
by InfiniteSilence (Curate) on Feb 24, 2006 at 16:28 UTC | |
|
Re: Perl, Wx, DBI and PAR on Win32 - deployment problems?
by Anonymous Monk on Feb 24, 2006 at 14:47 UTC | |
by lukeyboy1 (Beadle) on Feb 24, 2006 at 15:44 UTC | |
| |
|
Re: Perl, Wx, DBI and PAR on Win32 - deployment problems?
by Anonymous Monk on Feb 24, 2006 at 14:51 UTC | |
by lukeyboy1 (Beadle) on Feb 24, 2006 at 15:54 UTC | |
|
Re: Perl, Wx, DBI and PAR on Win32 - deployment problems?
by chanio (Priest) on Feb 24, 2006 at 16:19 UTC |