Help for this page

Select Code to Download


  1. or download this
    sub do_something() { return 1; }
    
  2. or download this
    package Utils;
    
    ...
        my $self = shift;
        return $self->readLine();
    }