ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/gclib/scripts/btab2mbltab.pl
Revision: 24
Committed: Tue Jul 26 21:46:39 2011 UTC (13 years, 1 month ago) by gpertea
File size: 51 byte(s)
Log Message:
Line File contents
1 #!/usr/bin/perl
2 while (<>) {
3 my @t=split(/\t/);
4
5 }