📁 File Manager Pro
v10.0.3 | PHP: 7.4.15
Server: Apache/2.4.25 (Debian)
2026-07-02 00:47:47
📂
/ (Root)
/
usr
/
lib
/
x86_64-linux-gnu
/
perl-base
📍 /usr/lib/x86_64-linux-gnu/perl-base
🔄 Refresh
✏️
Editing: utf8.pm
Read Only
package utf8; $utf8::hint_bits = 0x00800000; our $VERSION = '1.19'; sub import { $^H |= $utf8::hint_bits; } sub unimport { $^H &= ~$utf8::hint_bits; } sub AUTOLOAD { require "utf8_heavy.pl"; goto &$AUTOLOAD if defined &$AUTOLOAD; require Carp; Carp::croak("Undefined subroutine $AUTOLOAD called"); } 1; __END__
💾 Save Changes
❌ Cancel