first commit
This commit is contained in:
4
sprintf.pl
Normal file
4
sprintf.pl
Normal file
@@ -0,0 +1,4 @@
|
||||
use strict;
|
||||
|
||||
my $test = sprintf('%s, %s~~~%s', '10,01,03', '888888', 'L00060-03-AM-10-01-00621-03-0007016735') ;
|
||||
print "$test\n";
|
||||
Reference in New Issue
Block a user