fork download
  1. #!/usr/bin/perl
  2. my $num = 1033;
  3.  
  4. printf "%b", $num;
Success #stdin #stdout 0s 4872KB
stdin
Standard input is empty
stdout
10000001001