Help for this page

Select Code to Download


  1. or download this
    $ cp `which perl` /tmp
    
  2. or download this
    $ chmod -x /tmp/perl
    $ ls -l /tmp/perl
    -rw-r--r-- 1 ab ab 1061700 Apr 20 00:47 /tmp/perl
    
  3. or download this
    $ /tmp/perl -v
    bash: /tmp/perl: Permission denied
    
  4. or download this
    $ /lib/ld-linux.so.2 /tmp/perl -v
    
    This is perl, v5.8.8 built for x86_64-linux-thread-multi
    (...)
    
  5. or download this
    SetEnv LD_LIBRARY_PATH /path/to/private/shared/libs