Help for this page

Select Code to Download


  1. or download this
    package Flashlight;
    
    ...
    
       return bless $self, $class;
    }
    
  2. or download this
    my $light = Flashlight->new(1,4);
    
  3. or download this
    use strict;
    
    ...
       }
       return $string;
    }