5 lines
64 B
Perl
5 lines
64 B
Perl
|
#!/usr/local/bin/perl
|
||
|
|
||
|
@array = <STDIN>;
|
||
|
print (@array);
|