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

how to write script usage sub routine for the perl file?

by perlanswers (Initiate)
on Apr 03, 2017 at 05:02 UTC ( [id://1186769]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ./html.pl -root="/home/data/multiple/" -out="/home/data/output" -file=
    +"/home/data/file.txt"
    
  2. or download this
    use strict;
    use warnings;
    ...
        'file=s' => \my $file,
    )
        or usage();
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (11)
As of 2024-04-18 10:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found