Help for this page
#!/usr/bin/perl -wT use strict; ... } print Dumper(\@paths);
$VAR1 = [ '/One/Two/Three', '/One/Two', '/One' ];