%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /usr/share/cowsay/
Upload File :
Create Path :
Current File : //usr/share/cowsay/Frogs.pm

package Acme::Cow::Frogs;

use strict;

use Acme::Cow;

@Acme::Cow::Frogs::ISA = qw(Acme::Cow);

my $frogs = <<'EOC'; 
{$balloon}
                                              {$tr}
                                            {$tr}
          oO)-.                       .-(Oo
         /__  _\                     /_  __\
         \  \(  |     ()~()         |  )/  /
          \__|\ |    (-___-)        | /|__/
          '  '--'    ==`-'==        '--'  '
EOC

sub new 
{
    my $proto = shift;
    my $class = ref $proto || $proto;
    my $self = $class->SUPER::new();
    $self->over(46);
    return bless $self, $class;
}

sub as_string
{
    my $self = shift;
    return $self->SUPER::as_string($frogs);
}

1;

Zerion Mini Shell 1.0