Help for this page

Select Code to Download


  1. or download this
    require "external_subs.txt";
    
    ...
      if($a == 1) {
            &numbers
          } else{ die;
    
  2. or download this
    sub numbers {
            print "$b";
         }
    
    1;