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

Re: Wrap multiple programs

by Athanasius (Archbishop)
on Mar 18, 2017 at 06:43 UTC ( [id://1185130]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
        return $filehandle;
    }
    
  2. or download this
    perl calc.pl --length 20 --width 30
    
  3. or download this
    perl main.pl --function calc --length 20 --width 30
    
  4. or download this
    ...
    my $plotlength = 10;
    ...
    
    ) or die "Error in command line arguments\n";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (4)
As of 2024-04-24 20:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found