Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl --
    use strict;
    use warnings;
    ...
    "Shack=HASH(0xc3f7ec)": No such file or directory
    The system cannot find the file specified
      at crabshack.pl line 23.
    
  2. or download this
    has qw/ base required 1 /;
    has qw/ crabs is rw / , builder => sub { IO::File->new( $self->base ) 
    +or  ... };