Files
perl-test-semaphone/test.pl

8 lines
108 B
Perl
Raw Normal View History

2026-02-27 13:53:15 +04:00
#!/usr/bin/perl
use strict;
use warnings;
use Sys::Hostname;
my $hostname = hostname;
print "$hostname\n";