Mega Code Archive
Categories
/
Perl
/
Data Type
Illegal binary number
#!/usr/bin/perl -w print 0b11111112, "\n";