Help for this page

Select Code to Download


  1. or download this
    package Abc;
    
    ...
            print "\nThis is package Abc and function is simple() \n";
    }
    1;
    
  2. or download this
    use Abc;
    
    simple();