- or download this
{
var1 => "one",
var2 => "two"
}
- or download this
#!/usr/bin/perl -wT
use strict;
my $conf = do ('G4 HD:Desktop Folder:perl:test:config.pl');
print $conf->{'var1'}, "\n";
- or download this
# Use of uninitialized value in print.
File 'G4 HD:Desktop Folder:perl:test:test.pl'; Line 6