- or download this
#!/usr/bin/env perl -l
...
print '*** AFTER ***';
print $string;
- or download this
*** BEFORE ***
is a TAB
...
isaTAB
isaSPACE
TABandSPACE
- or download this
#!/usr/bin/env perl -l
...
print '*** AFTER ***';
print $string;
- or download this
*** BEFORE ***
is a TAB
...
isaTAB
isaSPACE
TABandSPACE