Help for this page

Select Code to Download


  1. or download this
    
    Sample History (organite)
    ...
    test1 is currently at: stage two
    
    sample is currently at: stage four
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
    printf("\ntest1 is currently at: %s\n",$test1->current_status());
    printf("\ntest2 is currently at: %s\n",$test2->current_status());
    printf("\nsample is currently at: %s\n\n",$sample->current_status());
    
  3. or download this
    
    package sam;
    ...
        return $top->{'ref'}->status;
    }
    1;
    
  4. or download this
    
    package tes;
    ...
    }
    
    1;
    
  5. or download this
    
    package status;
    ...
    }    
    
    1;