Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Is it possible to include GetOpt flags in $0

by Jenda (Abbot)
on Oct 24, 2002 at 15:44 UTC ( [id://207753]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Win32::API;
    my $GetCommandLine = Win32::API->new('kernel32', 'GetCommandLine', [ ]
    + , 'P' );
    $cmdline = $GetCommandLine->Call();
    
  2. or download this
    BEGIN { @ORIGINAL_ARGV = @ARGV };
    use GetOpt::Long ...
    ...
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://207753]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (4)
As of 2024-03-29 09:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found