Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    @unique {@strs} = ();
    
    print Dumper (\%unique);
    
  2. or download this
    $VAR1 = {
              '/Workstation_X_X/<someotherpath>/filename.xxx' => undef,
              '/Workstation_X_X/<someotherpath>/filename.yyy' => undef
            };