SynSoft - Perl - Scripts
check_ws.pl
This script reports on the whitespace contents (number of spaces and number of tabs) in a file, or a set of files
dir_list.pl
This script lists the contents of the current directory
jdoc_pkg_list.pl
Generates a list of occupied packages assuming the current directory is the class root, and then runs javadoc on it
print_all_lines.pl
Prints all lines in the files specified on the command-line
tabify.pl
Tabifies the contents of source file(s)
trim_src.pl
Trim trailing spaces from lines, and trailing blank lines, from files
untabify.pl
Untabifies the contents of source file(s)
width_check.pl
Report on lines exceeding a certain width
|