Next:
File I/O, File Handles
Up:
Examples
Previous:
Remove Ctrl-M
Contents
Index
Count the stars
# # count the stars in $_ # $cnt = tr/*/*/;