Help for this page

Select Code to Download


  1. or download this
    package routine;
    our @EXPORT=qw(dostuff);
    ...
        ...Do Some Processing...
    }
    
  2. or download this
    (doit.pl)
    
    use lib "/libs";
    use routine;
    dostuff("a","b",\@c,"d");