home *** CD-ROM | disk | FTP | other *** search
/ ftp.cse.unsw.edu.au / 2014.06.ftp.cse.unsw.edu.au.tar / ftp.cse.unsw.edu.au / pub / doc / languages / perl / nutshell / apb / getopts < prev    next >
Encoding:
Text File  |  1992-10-18  |  103 b   |  5 lines

  1. require "getopts.pl";
  2.  
  3. &Getopts('a:bc');  # -a takes arg. -b & -c not.
  4.     # Sets opt_* as a side effect.
  5.