Help for this page

Select Code to Download


  1. or download this
             use XYZ;
    
    ...
             use XYZ qw ( SpecialFunction );
    
             print SpecialFunction(),"\n";  # SpecialFunction imported
    
  2. or download this
              print hr(),table(tr(td('My Table Content'))),"\n";