The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# encoding: Big5Plus
# This file is encoded in Big5Plus.
die "This file is not encoded in Big5Plus.\n" if q{‚ } ne "\x82\xa0";

# Ebig5plus::X ‚Æ -X (Perl‚̃tƒ@ƒCƒ‹ƒeƒXƒg‰‰ŽZŽq) ‚ÌŒ‹‰Ê‚ªˆê’v‚·‚邱‚Ƃ̃eƒXƒg

my $__FILE__ = __FILE__;

use Ebig5plus;
print "1..48\n";

if ($^O !~ /\A (?: MSWin32 | NetWare | symbian | dos ) \z/oxms) {
    for my $tno (1..48) {
        print "ok - $tno # SKIP $^X $0\n";
    }
    exit;
}

open(FILE,'>file');
close(FILE);

open(FILE,'file');

if (((Ebig5plus::r 'file') ne '') == ((-r 'file') ne '')) {
    print "ok - 1 Ebig5plus::r 'file' == -r 'file' $^X $__FILE__\n";
}
else {
    print "not ok - 1 Ebig5plus::r 'file' == -r 'file' $^X $__FILE__\n";
}

if (((Ebig5plus::r FILE) ne '') == ((-r FILE) ne '')) {
    print "ok - 2 Ebig5plus::r FILE == -r FILE $^X $__FILE__\n";
}
else {
    print "not ok - 2 Ebig5plus::r FILE == -r FILE $^X $__FILE__\n";
}

if (((Ebig5plus::w 'file') ne '') == ((-w 'file') ne '')) {
    print "ok - 3 Ebig5plus::w 'file' == -w 'file' $^X $__FILE__\n";
}
else {
    print "not ok - 3 Ebig5plus::w 'file' == -w 'file' $^X $__FILE__\n";
}

if (((Ebig5plus::w FILE) ne '') == ((-w FILE) ne '')) {
    print "ok - 4 Ebig5plus::w FILE == -w FILE $^X $__FILE__\n";
}
else {
    print "not ok - 4 Ebig5plus::w FILE == -w FILE $^X $__FILE__\n";
}

if (((Ebig5plus::x 'file') ne '') == ((-x 'file') ne '')) {
    print "ok - 5 Ebig5plus::x 'file' == -x 'file' $^X $__FILE__\n";
}
else {
    print "not ok - 5 Ebig5plus::x 'file' == -x 'file' $^X $__FILE__\n";
}

if (((Ebig5plus::x FILE) ne '') == ((-x FILE) ne '')) {
    print "ok - 6 Ebig5plus::x FILE == -x FILE $^X $__FILE__\n";
}
else {
    print "not ok - 6 Ebig5plus::x FILE == -x FILE $^X $__FILE__\n";
}

if (((Ebig5plus::o 'file') ne '') == ((-o 'file') ne '')) {
    print "ok - 7 Ebig5plus::o 'file' == -o 'file' $^X $__FILE__\n";
}
else {
    print "not ok - 7 Ebig5plus::o 'file' == -o 'file' $^X $__FILE__\n";
}

if (((Ebig5plus::o FILE) ne '') == ((-o FILE) ne '')) {
    print "ok - 8 Ebig5plus::o FILE == -o FILE $^X $__FILE__\n";
}
else {
    print "not ok - 8 Ebig5plus::o FILE == -o FILE $^X $__FILE__\n";
}

if (((Ebig5plus::R 'file') ne '') == ((-R 'file') ne '')) {
    print "ok - 9 Ebig5plus::R 'file' == -R 'file' $^X $__FILE__\n";
}
else {
    print "not ok - 9 Ebig5plus::R 'file' == -R 'file' $^X $__FILE__\n";
}

if (((Ebig5plus::R FILE) ne '') == ((-R FILE) ne '')) {
    print "ok - 10 Ebig5plus::R FILE == -R FILE $^X $__FILE__\n";
}
else {
    print "not ok - 10 Ebig5plus::R FILE == -R FILE $^X $__FILE__\n";
}

if (((Ebig5plus::W 'file') ne '') == ((-W 'file') ne '')) {
    print "ok - 11 Ebig5plus::W 'file' == -W 'file' $^X $__FILE__\n";
}
else {
    print "not ok - 11 Ebig5plus::W 'file' == -W 'file' $^X $__FILE__\n";
}

if (((Ebig5plus::W FILE) ne '') == ((-W FILE) ne '')) {
    print "ok - 12 Ebig5plus::W FILE == -W FILE $^X $__FILE__\n";
}
else {
    print "not ok - 12 Ebig5plus::W FILE == -W FILE $^X $__FILE__\n";
}

if (((Ebig5plus::X 'file') ne '') == ((-X 'file') ne '')) {
    print "ok - 13 Ebig5plus::X 'file' == -X 'file' $^X $__FILE__\n";
}
else {
    print "not ok - 13 Ebig5plus::X 'file' == -X 'file' $^X $__FILE__\n";
}

if (((Ebig5plus::X FILE) ne '') == ((-X FILE) ne '')) {
    print "ok - 14 Ebig5plus::X FILE == -X FILE $^X $__FILE__\n";
}
else {
    print "not ok - 14 Ebig5plus::X FILE == -X FILE $^X $__FILE__\n";
}

if (((Ebig5plus::O 'file') ne '') == ((-O 'file') ne '')) {
    print "ok - 15 Ebig5plus::O 'file' == -O 'file' $^X $__FILE__\n";
}
else {
    print "not ok - 15 Ebig5plus::O 'file' == -O 'file' $^X $__FILE__\n";
}

if (((Ebig5plus::O FILE) ne '') == ((-O FILE) ne '')) {
    print "ok - 16 Ebig5plus::O FILE == -O FILE $^X $__FILE__\n";
}
else {
    print "not ok - 16 Ebig5plus::O FILE == -O FILE $^X $__FILE__\n";
}

if (((Ebig5plus::e 'file') ne '') == ((-e 'file') ne '')) {
    print "ok - 17 Ebig5plus::e 'file' == -e 'file' $^X $__FILE__\n";
}
else {
    print "not ok - 17 Ebig5plus::e 'file' == -e 'file' $^X $__FILE__\n";
}

if (((Ebig5plus::e FILE) ne '') == ((-e FILE) ne '')) {
    print "ok - 18 Ebig5plus::e FILE == -e FILE $^X $__FILE__\n";
}
else {
    print "not ok - 18 Ebig5plus::e FILE == -e FILE $^X $__FILE__\n";
}

if (((Ebig5plus::z 'file') ne '') == ((-z 'file') ne '')) {
    print "ok - 19 Ebig5plus::z 'file' == -z 'file' $^X $__FILE__\n";
}
else {
    print "not ok - 19 Ebig5plus::z 'file' == -z 'file' $^X $__FILE__\n";
}

if (((Ebig5plus::z FILE) ne '') == ((-z FILE) ne '')) {
    print "ok - 20 Ebig5plus::z FILE == -z FILE $^X $__FILE__\n";
}
else {
    print "not ok - 20 Ebig5plus::z FILE == -z FILE $^X $__FILE__\n";
}

if (((Ebig5plus::s 'file') ne '') == ((-s 'file') ne '')) {
    print "ok - 21 Ebig5plus::s 'file' == -s 'file' $^X $__FILE__\n";
}
else {
    print "not ok - 21 Ebig5plus::s 'file' == -s 'file' $^X $__FILE__\n";
}

if (((Ebig5plus::s FILE) ne '') == ((-s FILE) ne '')) {
    print "ok - 22 Ebig5plus::s FILE == -s FILE $^X $__FILE__\n";
}
else {
    print "not ok - 22 Ebig5plus::s FILE == -s FILE $^X $__FILE__\n";
}

if (((Ebig5plus::f 'file') ne '') == ((-f 'file') ne '')) {
    print "ok - 23 Ebig5plus::f 'file' == -f 'file' $^X $__FILE__\n";
}
else {
    print "not ok - 23 Ebig5plus::f 'file' == -f 'file' $^X $__FILE__\n";
}

if (((Ebig5plus::f FILE) ne '') == ((-f FILE) ne '')) {
    print "ok - 24 Ebig5plus::f FILE == -f FILE $^X $__FILE__\n";
}
else {
    print "not ok - 24 Ebig5plus::f FILE == -f FILE $^X $__FILE__\n";
}

if (((Ebig5plus::d 'file') ne '') == ((-d 'file') ne '')) {
    print "ok - 25 Ebig5plus::d 'file' == -d 'file' $^X $__FILE__\n";
}
else {
    print "not ok - 25 Ebig5plus::d 'file' == -d 'file' $^X $__FILE__\n";
}

if (((Ebig5plus::d FILE) ne '') == ((-d FILE) ne '')) {
    print "ok - 26 Ebig5plus::d FILE == -d FILE $^X $__FILE__\n";
}
else {
    print "not ok - 26 Ebig5plus::d FILE == -d FILE $^X $__FILE__\n";
}

if (((Ebig5plus::p 'file') ne '') == ((-p 'file') ne '')) {
    print "ok - 27 Ebig5plus::p 'file' == -p 'file' $^X $__FILE__\n";
}
else {
    print "not ok - 27 Ebig5plus::p 'file' == -p 'file' $^X $__FILE__\n";
}

if (((Ebig5plus::p FILE) ne '') == ((-p FILE) ne '')) {
    print "ok - 28 Ebig5plus::p FILE == -p FILE $^X $__FILE__\n";
}
else {
    print "not ok - 28 Ebig5plus::p FILE == -p FILE $^X $__FILE__\n";
}

if (((Ebig5plus::S 'file') ne '') == ((-S 'file') ne '')) {
    print "ok - 29 Ebig5plus::S 'file' == -S 'file' $^X $__FILE__\n";
}
else {
    print "not ok - 29 Ebig5plus::S 'file' == -S 'file' $^X $__FILE__\n";
}

if (((Ebig5plus::S FILE) ne '') == ((-S FILE) ne '')) {
    print "ok - 30 Ebig5plus::S FILE == -S FILE $^X $__FILE__\n";
}
else {
    print "not ok - 30 Ebig5plus::S FILE == -S FILE $^X $__FILE__\n";
}

if (((Ebig5plus::b 'file') ne '') == ((-b 'file') ne '')) {
    print "ok - 31 Ebig5plus::b 'file' == -b 'file' $^X $__FILE__\n";
}
else {
    print "not ok - 31 Ebig5plus::b 'file' == -b 'file' $^X $__FILE__\n";
}

if (((Ebig5plus::b FILE) ne '') == ((-b FILE) ne '')) {
    print "ok - 32 Ebig5plus::b FILE == -b FILE $^X $__FILE__\n";
}
else {
    print "not ok - 32 Ebig5plus::b FILE == -b FILE $^X $__FILE__\n";
}

if (((Ebig5plus::c 'file') ne '') == ((-c 'file') ne '')) {
    print "ok - 33 Ebig5plus::c 'file' == -c 'file' $^X $__FILE__\n";
}
else {
    print "not ok - 33 Ebig5plus::c 'file' == -c 'file' $^X $__FILE__\n";
}

if (((Ebig5plus::c FILE) ne '') == ((-c FILE) ne '')) {
    print "ok - 34 Ebig5plus::c FILE == -c FILE $^X $__FILE__\n";
}
else {
    print "not ok - 34 Ebig5plus::c FILE == -c FILE $^X $__FILE__\n";
}

if (((Ebig5plus::u 'file') ne '') == ((-u 'file') ne '')) {
    print "ok - 35 Ebig5plus::u 'file' == -u 'file' $^X $__FILE__\n";
}
else {
    print "not ok - 35 Ebig5plus::u 'file' == -u 'file' $^X $__FILE__\n";
}

if (((Ebig5plus::u FILE) ne '') == ((-u FILE) ne '')) {
    print "ok - 36 Ebig5plus::u FILE == -u FILE $^X $__FILE__\n";
}
else {
    print "not ok - 36 Ebig5plus::u FILE == -u FILE $^X $__FILE__\n";
}

if (((Ebig5plus::g 'file') ne '') == ((-g 'file') ne '')) {
    print "ok - 37 Ebig5plus::g 'file' == -g 'file' $^X $__FILE__\n";
}
else {
    print "not ok - 37 Ebig5plus::g 'file' == -g 'file' $^X $__FILE__\n";
}

if (((Ebig5plus::g FILE) ne '') == ((-g FILE) ne '')) {
    print "ok - 38 Ebig5plus::g FILE == -g FILE $^X $__FILE__\n";
}
else {
    print "not ok - 38 Ebig5plus::g FILE == -g FILE $^X $__FILE__\n";
}

if (((Ebig5plus::T 'file') ne '') == ((-T 'file') ne '')) {
    print "ok - 39 Ebig5plus::T 'file' == -T 'file' $^X $__FILE__\n";
}
else {
    print "not ok - 39 Ebig5plus::T 'file' == -T 'file' $^X $__FILE__\n";
}

if (((Ebig5plus::T FILE) ne '') == ((-T FILE) ne '')) {
    print "ok - 40 Ebig5plus::T FILE == -T FILE $^X $__FILE__\n";
}
else {
    print "not ok - 40 Ebig5plus::T FILE == -T FILE $^X $__FILE__\n";
}

if (((Ebig5plus::B 'file') ne '') == ((-B 'file') ne '')) {
    print "ok - 41 Ebig5plus::B 'file' == -B 'file' $^X $__FILE__\n";
}
else {
    print "not ok - 41 Ebig5plus::B 'file' == -B 'file' $^X $__FILE__\n";
}

if (((Ebig5plus::B FILE) ne '') == ((-B FILE) ne '')) {
    print "ok - 42 Ebig5plus::B FILE == -B FILE $^X $__FILE__\n";
}
else {
    print "not ok - 42 Ebig5plus::B FILE == -B FILE $^X $__FILE__\n";
}

if (((Ebig5plus::M 'file') ne '') == ((-M 'file') ne '')) {
    print "ok - 43 Ebig5plus::M 'file' == -M 'file' $^X $__FILE__\n";
}
else {
    print "not ok - 43 Ebig5plus::M 'file' == -M 'file' $^X $__FILE__\n";
}

if (((Ebig5plus::M FILE) ne '') == ((-M FILE) ne '')) {
    print "ok - 44 Ebig5plus::M FILE == -M FILE $^X $__FILE__\n";
}
else {
    print "not ok - 44 Ebig5plus::M FILE == -M FILE $^X $__FILE__\n";
}

if (((Ebig5plus::A 'file') ne '') == ((-A 'file') ne '')) {
    print "ok - 45 Ebig5plus::A 'file' == -A 'file' $^X $__FILE__\n";
}
else {
    print "not ok - 45 Ebig5plus::A 'file' == -A 'file' $^X $__FILE__\n";
}

if (((Ebig5plus::A FILE) ne '') == ((-A FILE) ne '')) {
    print "ok - 46 Ebig5plus::A FILE == -A FILE $^X $__FILE__\n";
}
else {
    print "not ok - 46 Ebig5plus::A FILE == -A FILE $^X $__FILE__\n";
}

if (((Ebig5plus::C 'file') ne '') == ((-C 'file') ne '')) {
    print "ok - 47 Ebig5plus::C 'file' == -C 'file' $^X $__FILE__\n";
}
else {
    print "not ok - 47 Ebig5plus::C 'file' == -C 'file' $^X $__FILE__\n";
}

if (((Ebig5plus::C FILE) ne '') == ((-C FILE) ne '')) {
    print "ok - 48 Ebig5plus::C FILE == -C FILE $^X $__FILE__\n";
}
else {
    print "not ok - 48 Ebig5plus::C FILE == -C FILE $^X $__FILE__\n";
}

close(FILE);
unlink('file');

__END__