Help for this page

Select Code to Download


  1. or download this
    use YourModule qw(:DEFAULT collect @list);
    
  2. or download this
    package YourModule;
    
    ...
    sub collect {
           return "collect is finished\n";
    }