Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F8310344
qual.pl
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
370 B
Subscribers
None
qual.pl
View Options
#!/bin/perl
while
(
$
line
=
<>
){
chomp
$
line
;
$
line
=~
s/
"//g;
($rec,$tab,$header,$n,$v,$dummy) = split /;/, $line, 6;
if( $header eq "
") {$header = "";}
if( $n eq "
") {$n = "";}
if( $v eq "
") {$v = "";}
$rec =~ s/^\s+//;
$rec =~ s/\s+$//;
$tab =~ s/^\s+//;
$tab =~ s/\s+$//;
print $rec,"
\t
",$tab,"
\t
",$header,"
\t
",$n,"
\t
",$v,"
\n
"
;
}
exit
(
0
);
File Metadata
Details
Attached
Mime Type
text/x-perl
Expires
Sat, Dec 21, 6:11 PM (7 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4013520
Default Alt Text
qual.pl (370 B)
Attached To
rHEPDATASVN hepdatasvn
Event Timeline
Log In to Comment