|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Article Discussion: Processing Command Line Options with PERL
Over the course of the next few pages, I will introduce you to one of the more interesting modules in the Perl pantheon, the Getopt::Long.pm module. This module provides a simple API to parse options passed to your Perl scripts at the command line and convert them into Perl scalars or arrays.
Read the full article here: Processing Command Line Options with PERL |
|
#2
|
|||
|
|||
|
php shadowed Perl.
__________________
Wedding Gifts | Web Development | Order Fulfllment | Supply Chain | E-Business | Add to 100 SEO Friendly Directories fast do it yourself |
|
#3
|
|||
|
|||
|
a small bug ?
You should write :
$result = GetOptions("debug"=>\$debug); the article omitted the"\" character. see URL |
![]() |
| Viewing: Dev Shed Forums > Other > Development Articles > Article Discussion: Processing Command Line Options with PERL |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|