On Thu, 12 Jul 2001 17:30:36 +0200, David wrote:
>the script run good
>i add
>
>$opt_m="big Brother:Dossier Système:Préférences:Netscape
>Users:David:Courrier:Inbox";
>$opt_d="big Brother:Archives:";
Oh. I was just going to suggest that your strip the use of Getopt::Std,
and the "usage" sub, and replace them with setting the variables like
$opt_m and $opt_d directly, because all of that serves to process
command line options, and the plain Mac doesn't support command lines.
What you did, amounts to the same thing, I guess.
--
Bart.