Help for this page

Select Code to Download


  1. or download this
    sub remove_cruft
    {
    ...
      # on second thought, don't do that last one :-)
    
    }
    
  2. or download this
    sub remove_cruft
    {
    ...
      $_->($l) foreach (\&remove_cruft, \&remove_other_cruft, \&remove_yet
    +_more_cruft);
    
    }