At 09:16 -0400 7/27/04, Nick Pappas wrote: >When I type: perl /Documents/simple_print, I get the diagnostic >Can't open perl script "/Documents/simple_print": No such file or directory
Your documents folder is probably in your home directory rather than on the root. perl $HOME/Documents/simple_print or cd $HOME/Documents perl simple_print The OS neXt GUI confuses the concept when it offers the option of saving to "Documents". -- Applescript syntax is like English spelling: Roughly, but not thoroughly, thought through.