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


Hi,

I cannot get the mode of a file in Perl 6.

In Perl5,
I can    $input_file_permissions = ( stat $input_file )[2] & 0o7777;

Marton

Reply via email to