D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
share
/
perl5
/
Filename :
Fh.pm
back
Copy
# back compatibility package for any code explicitly checking # that the filehandle object is a Fh package Fh; use strict; use warnings; $Fh::VERSION = '4.46'; 1;