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