Help for this page

Select Code to Download


  1. or download this
    require 'common_stuff.pl';
    &common_function;
    
  2. or download this
    sub common_function(){
       #...code goes here...
    }