Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings ;
    ...
    }
    
    1;
    
  2. or download this
    use strict;
    use warnings ;
    ...
    }
    
    1;
    
  3. or download this
    sub flagged {
        my $self  =shift ;
        my @bs = $self->bs( flag => 1 ) ;
        return shift @bs ;
    }
    
  4. or download this
    sub flagged2 {
        my $self  =shift ;
    ...
        }
        return $self->{f} ;
    }