Thread: need perl help
View Single Post
Old March 4th, 2003, 06:16 PM     #5 (permalink)
SpookyEddy
may contain mild peril
 
SpookyEddy's Avatar
 
Join Date: Oct 2001
Location: UK
Posts: 3,329
It just lets me read all the info before the last EOT into the variable, handy for writing stuff like multi-line help info you want printing to STDOUT. This would work just as well.....
Code:
my $usage = "Usage: $0 [filename]"
Anyway, hope it works and you are more than welcome. Any problems just shout and I will see if I can fix it.

Later

eddy
__________________
I dreamt that a large eagle circled the room three times and then got into bed with me and took all the blankets.
SpookyEddy is offline   Reply With Quote