Hi, If I understood your question correctly then try like this,
use strict; use warnings; use Win32; use Getopt::Std; my %opts; getopts("h", \%opts); help() if $opts{h}; sub help { Win32::MsgBox("Help Content", 32, "Help"); exit; }
Updated : Thanks davorg.
Regards,
Velusamy R.
In reply to Re: Help display when executing the script
by Samy_rio
in thread Help display when executing the script
by rsriram
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |