ACIL FM
Dark
Refresh
Current DIR:
/home/.cpan/build/Digest-MD5-2.59-0/t
/
home
.cpan
build
Digest-MD5-2.59-0
t
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
align.t
349 B
chmod
View
DL
Edit
Rename
Delete
badfile.t
358 B
chmod
View
DL
Edit
Rename
Delete
bits.t
501 B
chmod
View
DL
Edit
Rename
Delete
clone.t
811 B
chmod
View
DL
Edit
Rename
Delete
files.t
4.07 MB
chmod
View
DL
Edit
Rename
Delete
md5-aaa.t
86.22 MB
chmod
View
DL
Edit
Rename
Delete
threads.t
579 B
chmod
View
DL
Edit
Rename
Delete
utf8.t
1.06 MB
chmod
View
DL
Edit
Rename
Delete
warns.t
1.43 MB
chmod
View
DL
Edit
Rename
Delete
Edit file: /home/.cpan/build/Digest-MD5-2.59-0/t/utf8.t
#!perl -w use strict; use warnings; use Digest::MD5 qw(md5_hex); print "1..5\n"; my $str; $str = "foo\xFF\x{100}"; eval { print md5_hex($str); print "not ok 1\n"; # should not run }; print "not " unless $@ && $@ =~ /^(Big byte|Wide character)/; print "ok 1\n"; my $exp = ord "A" == 193 ? # EBCDIC "c307ec81deba65e9a222ca81cd8f6ccd" : "503debffe559537231ed24f25651ec20"; # Latin 1 chop($str); # only bytes left print "not " unless md5_hex($str) eq $exp; print "ok 2\n"; # reference print "not " unless md5_hex("foo\xFF") eq $exp; print "ok 3\n"; # autopromotion if ($] >= 5.007003) { my $unistring = "Oslo.pm har sosialt medlemsmøte onsdag 1. April 2008, klokken 18:30. Vi treffes på Marhaba Café, Keysersgate 1."; require Encode; $unistring = Encode::decode_utf8($unistring); print "not " if ( not utf8::is_utf8($unistring)); print "ok 4\n"; md5_hex($unistring, ""); print "not " if ( not utf8::is_utf8($unistring)); print "ok 5\n" } else { print "ok 4 # SKIP Your perl is too old to properly test unicode semantics\nok 5 # SKIP No, really\n"; }
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply