Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3361378
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T03:08:43+00:00 2026-05-18T03:08:43+00:00

I have a Perl script that can be called as perl mysrc.pl -a=3 -b=4

  • 0

I have a Perl script that can be called as

perl mysrc.pl -a=3 -b=4 -c=6

or as

perl mysrc.pl -t=15

Basically, (either provide value for t) OR (provide values for all of a, b and c). Atleast one of the groups of values has to be specified.

How do I say the above in syntax?

perl mysrc.pl
     [-a=<value of a>]
     [-b=<value of b>]
     [-c=<value of c>]
     [-t=<value of t>]

would mean that all the parameters are optional, which is not exactly the case. What is the correct way to write the syntax for mysrc.pl?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-18T03:08:44+00:00Added an answer on May 18, 2026 at 3:08 am

    Two options: either use “|” as an “OR” symbol and non-square brackets for grouping to avoid the “optional” context, or list competing usages on multiple lines

    perl mysrc.pl {-a=<value of a> -b=<value of b> -c=<value of c>|-t=<value of t>}
    
    perl mysrc.pl UseCaseOneOptions|UseCaseTwoOptions
         UseCaseOneOptions: -a=<value of a> -b=<value of b> -c=<value of c>
         UseCaseTwoOptions: -t=<value of t>
    

    For REALLY complicated sets of options (think CVS), do what CVS does (no xterm at the moment, so below is a crude approximation from memory) – that is, the generic “help” message only lists all possible use cases, and to get help about option sets for each use case, you issue a per-use-case help command.

    $ cvs --help
      Usage: cvs <command> <per-command-options>
      Please type "cvs command --help" to get help on specific command's options
      Commands are: 
          cvs add
          cvs commmit
          cvs remove
          ...
    
    $ cvs checkout --help
      Usage: cvs checkout [-p] [-A] [-m message] [-M message_file] file_path
          -m message:          check-in comment
          -M file:             read check-in comment from this file
          -p:                  non-sticky checkout. Print the file to STDOUT.
    
    $ cvs diff --help
      Usage: cvs diff [-r VER1] [-r VER2] [-w] file_path
           -w:                 Ignore whitespace
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Perl script that I'd like to run on Windows, using either
I have a Perl script that is being called by third parties to send
I have a Perl script that I'm attempting to set up using Perl Threads
I have a Perl script that sets up variables near the top for directories
I have a Perl script that pops up a message box when its work
I have an existing Perl script that uses the FTP object to send a
I have a little Perl script (On Windows) that checks some files for me
I have a Perl script that does various installation steps to set up a
I have a Perl script called replaceUp: #!/usr/bin/perl search=$1 replace=$2 find . -type f
I have a perl script that I need to tweak. The script runs and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.