Help for this page

Select Code to Download


  1. or download this
    require "foo.pl";
    &do_this("with that");
    
  2. or download this
    sub do_this { print @_; }
    1;