Help for this page

Select Code to Download


  1. or download this
    my $string = <<`EOC`;
       -x exclude=$_ foreach (@excludes);
    EOC
    
  2. or download this
    my @excludes = qw(/usrb /cache /journal);
    
    ...
    
    __END__
    -x exclude=/usrb -x exclude=/cache -x exclude=/journal