Search Results

Search: Posts Made By: fpmurphy
2,912
Posted By fpmurphy
use strict; use warnings; my @file_type =...
use strict;
use warnings;

my @file_type = split(/,/, $ARGV[1]);
foreach (@file_type) {
$_ = "\\.".$_;
}

print join(" ", @file_type), "\n";
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 06:12 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy