Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: HollyGame gamekit (almost @ CPAN)

by kcott (Archbishop)
on Oct 16, 2017 at 06:23 UTC ( [id://1201423]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    
  2. or download this
    perl -c Whatever.pm
    
  3. or download this
    my $self = { $x => shift, $y => shift, $w => shift, $h => shift };
    
  4. or download this
    { "" => $_[4] }
    
  5. or download this
    $ perl -e 'use Data::Dump; sub Box { my $self = { $x => shift, $y => s
    +hift }; dd $self } Box(qw{a b c})'
    { "" => "b" }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (5)
As of 2024-04-23 22:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found