Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: [OT (though it might involve some Perl programming)] One for the weekend. (Updated: significant typo!)

by choroba (Cardinal)
on Mar 28, 2015 at 08:15 UTC ( [id://1121627]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
                  w * h = (w - 2) * h + 10
    w * h - (w - 2) - h = 10
        h * (w - w + 2) = 10
                     2h = 10
                      h = 5
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
        }
        ++$width;
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1121627]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (6)
As of 2024-03-28 10:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found