Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

require "shared.pl" with use strict;

by DizietSma (Initiate)
on Feb 19, 2015 at 16:49 UTC ( [id://1117238]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -T
    use warnings;
    ...
      print $testArray[$i][0] . " = " .  $testArray[$i][1] . "\n";
    
    };
    
  2. or download this
    use base qw (Exporter);
    our @EXPORT = qw(testVal testArray);
    ...
                    );
    
    1;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1117238]
Approved by Old_Gray_Bear
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-25 19:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found