Help for this page

Select Code to Download


  1. or download this
    
    a();
    ...
      # i'm pleasing you to print a or b
      print "var: $var";
    }
    
  2. or download this
    $b = new SubMaker();
    sub a {
    ...
       $b->make_sub("subname");
       subname();
    }