in reply to Re^2: Win32::OLE and Wscript Shell -> Getting data back
in thread Win32::OLE and Wscript Shell -> Getting data back
"When you use the pp module in perl to create an exe from a script the actual script itself is compiled and cannot be viewed in a general text editor."
Perhaps not an issue since you're running this via a Citrix interface but maybe you should take a look at the pp documentation again. At runtime the compressed executable extracts everything to a temporaty directory, where it can be viewed by whatever editor you like, this allows faster start up next time. Alternativly one could simply decompress to executable to obtain the goodies stored within. While source hiding techniques are available each have a work around. The faq over at http://par.perl.org is also worth reading.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Win32::OLE and Wscript Shell -> Getting data back
by Gaz5 (Novice) on Jun 14, 2010 at 13:12 UTC | |
by marto (Cardinal) on Jun 14, 2010 at 14:00 UTC | |
by Gaz5 (Novice) on Jun 15, 2010 at 08:28 UTC | |
by marto (Cardinal) on Jun 15, 2010 at 08:53 UTC |