Help for this page

Select Code to Download


  1. or download this
    sub new {
        my ($class, $hash) = @_;
    ...
        die (0);
        return $this;
    }
    
  2. or download this
    $VAR1 = bless( {
                     'dirty' => {
    ...
                                },
                     'clean' => $VAR1->{'dirty'}
                   }, 'Edges' );