- or download this
# Traverse directories recursively using opendir()
...
return @dir_contents;
}
- or download this
# This is another way to traverse directories and files recursively,
...
tie %dir, "IO::Dir", "$base_dir";
return %dir;
}
- or download this
# Just a chargen socket
...
exit(0);
}
- or download this
# Restart a program when it terminates
...
start_process();