403 Forbidden


Disable Functions:
Path : /usr/share/doc/perl-Math-Int64-0.52/examples/
File Upload :
Command :
Current File : //usr/share/doc/perl-Math-Int64-0.52/examples/rand64.pl

#!/usr/bin/perl

use strict;
use warnings;
use 5.010;
use Math::Int64 qw(uint64_rand);

my $n = shift || 1;

say uint64_rand for 1..$n;

404 Not Found
[ LogOut ]