Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    ...
    @ARGV = qw(/ /usr//local /etc/ sbin/);
    tr#/##s && s#(?<!^)/$## for my @copies = @ARGV;
    print "$_\n" for @copies;