Here is a snipet from an strace -

root@missi:/var/log$ strace perldoc perl execve("/usr/bin/perldoc", ["perldoc", "perl"], [/* 67 vars */]) = 0 brk(0) = 0xfb9000 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, +0) = 0x7f26b321e000 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or d +irectory) open("/usr/lib64/perl5/CORE/tls/x86_64/libperl.so", O_RDONLY|O_CLOEXEC +) = -1 ENOENT (No such file or directory) stat("/usr/lib64/perl5/CORE/tls/x86_64", 0x7ffd393c0170) = -1 ENOENT ( +No such file or directory) open("/usr/lib64/perl5/CORE/tls/libperl.so", O_RDONLY|O_CLOEXEC) = -1 +ENOENT (No such file or directory) stat("/usr/lib64/perl5/CORE/tls", 0x7ffd393c0170) = -1 ENOENT (No such + file or directory) open("/usr/lib64/perl5/CORE/x86_64/libperl.so", O_RDONLY|O_CLOEXEC) = +-1 ENOENT (No such file or directory) stat("/usr/lib64/perl5/CORE/x86_64", 0x7ffd393c0170) = -1 ENOENT (No s +uch file or directory) open("/usr/lib64/perl5/CORE/libperl.so", O_RDONLY|O_CLOEXEC) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320>\3\0\0\0\0 +\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0555, st_size=1978760, ...}) = 0 mmap(NULL, 4074536, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, + 0) = 0x7f26b2c0d000 mprotect(0x7f26b2de7000, 2097152, PROT_NONE) = 0 mmap(0x7f26b2fe7000, 36864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXE +D|MAP_DENYWRITE, 3, 0x1da000) = 0x7f26b2fe7000

In reply to Re^2: Perl 5.22 no longer works by 3rensho
in thread Perl 5.22 no longer works by 3rensho

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.