Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^3: Another "Can't use string as an ARRAY ref"

by poj (Abbot)
on Dec 05, 2016 at 14:58 UTC ( [id://1177219]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!perl
    use strict;
    ...
      $hash{$f[0]}{$f[1].$f[2]}{$f[3]} = 1
    }
    print Dumper(\%hash);
    
  2. or download this
    sub create_db {
      unlink 'mydb.sqlite' if -e 'mydb.sqlite';
    ...
      
      return $dbh;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (5)
As of 2024-03-29 14:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found