bluegroper
Technical User
Whats a nicer way to write line 1 of this snippet ?
TIA's
Code:
my $version = `basename $0`; chomp $version; $version = "$version vx.x";
print "$version\n";