Help for this page

Select Code to Download


  1. or download this
    testscript -lib 1.0 -cell -a -f
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    use Getopt::Long; 
    Getopt::Long::Configure('no_auto_abbrev','pass_through');
    GetOptions('lib=s','cell=s') or exit 1;