Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
       my @call = caller(1);
       print '#- in ',$call[3],' ',Dumper($_),"\n" for (@_);
    }
    
  2. or download this
    #- in mySub $record = [
         'aUser',
         'aPassword'
    ]