Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
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 ( #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? | Other CB clients
Other Users?
Others lurking in the Monastery: (1)
As of 2023-09-25 03:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?