repo.or.cz
/
hband-tools.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
new tool: args2env
[hband-tools.git]
/
user-tools
/
perlprintf
blob
70bb47b85d3ef84e77d017d419fdcf5d3d6699ef
1
#!/usr/bin/env perl
2
3
$
\
=
$ENV
{
'PERL5_ORS'
}
if
exists
$ENV
{
'PERL5_ORS'
};
4
5
printf
$ARGV
[
0
].$
\
,
map
{
eval
$_
}
@ARGV
[
1
..
$#ARGV
];