File: printenv.pl

package info (click to toggle)
libsystem-sub-perl 0.162800-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 196 kB
  • sloc: perl: 253; sh: 6; makefile: 2
file content (4 lines) | stat: -rwxr-xr-x 57 bytes parent folder | download | duplicates (3)
1
2
3
4
use strict;
use warnings;

print $ENV{$_}, $/ for @ARGV;