Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    die Data::Dumper->new()->Indent(1)->Dump(\@databases)
    
  2. or download this
    C:\>perl -Mstrict -e"@{ shift @ARGV }" blah
    Can't use string ("blah") as an ARRAY ref while "strict refs" in use a
    +t -e line 1.