I get the following error: print() on unopened filehandle Dumper Since Data::Dumper is loaded at compile time, why does the use statement matter where it is placed in the file?use strict; use warnings; my %test_hash = ( a => { b=> 'c' } ); print Dumper %test_hash; use Data::Dumper;
In reply to Order of 'use' statement in Data::Dumper by ~~David~~
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |