You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
a file named "summary.####" is generated dynamically where #### is a number with unknown digits (i.e. maybe 1 to 9), how can I ask perl to open this file for further processing?
Jürgen Exner
unread,
Mar 16, 2008, 7:51:19 AM3/16/08
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
You will have to determine the actual file name first, e.g. by using glob() or opendir() and readdir() and then isolating the desired name from the list.