Help for this page

Select Code to Download


  1. or download this
    $ type foo.pl
    use IO::File; print $_,$/ for %INC, grep /dll/i,%::;
    ...
    Written as "PAR/Filter/PodStrip.pm"
    Packing "*snip*\Temp\par-username\cache-ac5ff4582ea80995787b53023c6205
    +1fd999cd35/99f05ebc.dll"...
    Written as "auto/Win32/Win32.dll"
    
  2. or download this
    $ perl foo.pl
    warnings/register.pm
    C:/perl/5.12.2/lib/warnings/register.pm
    ...
    *main::_<C:/perl/5.12.2/lib/MSWin32-x86-multi-thread/auto/Fcntl/Fcntl.
    +dll
    _<C:/perl/5.12.2/lib/MSWin32-x86-multi-thread/auto/IO/IO.dll
    *main::_<C:/perl/5.12.2/lib/MSWin32-x86-multi-thread/auto/IO/IO.dll
    
  3. or download this
    $ foo.exe
    attributes.pm
    ...
    *main::_<c:/perl/5.12.2/lib/MSWin32-x86-multi-thread/auto/Compress/Raw
    +/Zlib/Zlib.dll
    _<*snip*\Temp\par-username\cache-3c5d15ccb8694ff406979cef4e214b5d3bc09
    +fc9/99f05ebc.dll
    *main::_<*snip*\Temp\par-username\cache-3c5d15ccb8694ff406979cef4e214b
    +5d3bc09fc9/99f05ebc.dll
    
  4. or download this
    $ perl -Mautodie=system -e " $ENV{path}=''; system 'foo.exe'; "
    "foo.exe" unexpectedly returned exit value 255 at (eval 10) line 13
    ...
            DLL Name: KERNEL32.dll
            DLL Name: msvcrt.dll
            DLL Name: libgcc_s_dw2-1.dll
    
  5. or download this
    $ perl -le " print for $^V, map {eval qq{require $_; $_=> $_->VERSION;
    +}; } qw[ IO IO::File Module::ScanDeps pp PAR PAR::Packer ] "
    v5.12.2
    ...
    1.002
    PAR::Packer
    1.009