Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: How to pass a file to GetOpt

by aaron_baugher (Curate)
on Jul 10, 2012 at 22:21 UTC ( #980968=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    open my $in, '<', $input or die $!;
    open my $out, '>', $output or die $!;
    ...
      # do stuff to $_
      print $out $_;  # or whatever output you come up with
    }
    

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others taking refuge in the Monastery: (6)
As of 2023-09-30 09:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?