Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Re: Re: better cli processing

by BrowserUk (Patriarch)
on Nov 03, 2002 at 01:17 UTC ( [id://210024]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!perl -sw
    print $xyz,$/ if $xyz;
    
    __END__
    
  2. or download this
    C:\test>210020 -xyz
    1
    ...
    fred
    
    C:\test>
    
  3. or download this
    C:\test>assoc .pl
    .pl=perl_script
    ...
    perl_script=e:\perl\bin\perl.exe -sw "%1" %*
    
    C:\test>
    
  4. or download this
    #!perl -sw
    use strict;
    ...
     time: 1036283985
    
    C:\test>
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (5)
As of 2024-04-24 01:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found