7 lines
No EOL
70 B
Perl
7 lines
No EOL
70 B
Perl
#!/usr/bin/perl
|
|
|
|
use strict;
|
|
use warnings;
|
|
use v5.10;
|
|
|
|
print $ARGV[1]; |