Help for this page

Select Code to Download


  1. or download this
    package Dmitri::Test;
    
    ...
    }
    
    1;
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
    Dmitri::Test::say_hi;
    
    exit(0);
    
  3. or download this
    sub A::B::routine { &$ref }