D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
usr
/
share
/
perl5
/
URI
/
file
/
Filename :
QNX.pm
back
Copy
package URI::file::QNX; use strict; use warnings; use parent 'URI::file::Unix'; our $VERSION = '1.73'; $VERSION = eval $VERSION; sub _file_extract_path { my($class, $path) = @_; # tidy path $path =~ s,(.)//+,$1/,g; # ^// is correct $path =~ s,(/\.)+/,/,g; $path = "./$path" if $path =~ m,^[^:/]+:,,; # look like "scheme:" $path; } 1;
Name
Size
Last Modified
Owner
Permissions
Actions
Base.pm
1.466
KB
January 09 2018 6:42:55
root
0644
FAT.pm
0.511
KB
January 09 2018 6:42:55
root
0644
Mac.pm
2.452
KB
January 09 2018 6:42:55
root
0644
OS2.pm
0.573
KB
January 09 2018 6:42:55
root
0644
QNX.pm
0.354
KB
January 09 2018 6:42:55
root
0644
Unix.pm
1.023
KB
January 09 2018 6:42:55
root
0644
Win32.pm
1.741
KB
January 09 2018 6:42:55
root
0644
2017 © D7net | D704T team