repo.or.cz
/
GalaxyCodeBases.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
new file: cell2loc.py
[GalaxyCodeBases.git]
/
perl
/
etc
/
WoodyMiaoLin
/
Tiger
/
test.pl
blob
bc0537236907672f253eae4cd0ab13acf47e8e92
1
#!/usr/bin/perl
2
use
strict
;
3
use
warnings
;
4
5
my
$a
=
"123456"
;
6
$a
=
sprintf
(
"
%10s
"
,
$a
);
7
print
"123
$a
\n
"
;