Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Re: Re: Importing external dependencies into source

by crabbdean (Pilgrim)
on Mar 04, 2004 at 12:59 UTC ( [id://333840]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    perl2exe -tiny /path/to/your/source/code/source.pl
    
  2. or download this
    #perl2exe_bundle "C:\cygwin\bin\find.exe"
    #perl2exe_bundle "C:\cygwin\bin\cygwin1.dll"
    #perl2exe_bundle "C:\cygwin\bin\cygintl-1.dll"
    my $this_dir = $ENV{TEMP} || $ENV{TMP} || ($^O eq "MSWin32" ? $ENV{WIN
    +DIR} : '/tmp');
    
  3. or download this
    open( FIND, "$this_dir\\find . -type d -print0 |" )
        or die "can't run find: $!";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (3)
As of 2024-04-25 23:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found