Help for this page

Select Code to Download


  1. or download this
    C:\>perl -le "print 'WTF' if 1.00000000000000 != sqrt(3);"
    WTF
    
  2. or download this
    my $x = 0;
    for( 1..100 ) {
    ...
        # ...
    }
    print $x, $/;