Help for this page

Select Code to Download


  1. or download this
    sub java_clean {
        my $contents = $_[0];
    ...
    
        return $contents;
    }
    
  2. or download this
    sub wash {
        ##### my $towash = $_[0];
        return ( "\n" x ( $_[0] =~ tr/\n// ) );
    }