fork download
  1. #!/usr/bin/perl -w
  2. use strict;
  3. use Math::BigInt;
  4.  
  5.  
  6. my@array=("A.."Z","a".."z","0".."9");
  7. foreach(@array){
  8. print $_."\n";
  9. }
  10. #my $big=Math::BigInt->new(
Runtime error #stdin #stdout 0.03s 6348KB
stdin
Standard input is empty
stdout
Standard output is empty