Help for this page

Select Code to Download


  1. or download this
    #!/bin/perl -w
    
    ...
            $line = join('', split /[ \t]*/);
            print $line;
    }
    
  2. or download this
    #!/bin/perl -w
    
    ...
    }
    
    print $line;
    
  3. or download this
    $ ./ccount.pl <ccount.pl | wc
          0       1      69
    
  4. or download this
    $ ./ccount2.pl <ccount.pl
    Use of implicit split to @_ is deprecated at ./ccount2.pl line 5.
    72