shell bypass 403

Cubjrnet7 Shell

: /usr/share/doc/perl-Test-Simple/t/Legacy/ [ drwxr-xr-x ]

name : explain_err_vars.t
use strict;
use warnings;
use Test::More;

$@ = 'foo';
explain { 1 => 1 };
is($@, 'foo', "preserved \$@");

done_testing;

© 2025 Cubjrnet7