Help for this page

Select Code to Download


  1. or download this
    my ($hash_ref) = @_;
    
  2. or download this
    my $hash_ref = shift;
    
  3. or download this
    Not enough arguments for connect at C:\perm\dev\monk.pl line 15, near 
    +"$handle)"
    
  4. or download this
    Can't use string ("1") as a HASH ref while "strict refs" in use at C:\
    +perm\dev\monk.pl line 16.
    
  5. or download this
    #!/usr/bin/perl
    
    ...
    
    sub makeDBconnection{
    }