# New Ticket Created by  Cuong Manh Le 
# Please include the string:  [perl #127370]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=127370 >


Hi,

I tried myself to read content of procfs files in Linux with stable perl6
compiler but it seems to be broken:

perl6 -pe '' /proc/$$/statm


went into an infinitive loop.

It doesn't happen Perl 5 (or Ruby, Python or all POSIX shells I tried):

perl -pe '' /proc/$$/statm


Is this an intentional behavior?

Thanks

Reply via email to