- or download this
G:\>perl cdr_vnxe\cedar_rapids_vnxe_v2.pl
Use of uninitialized value $text in substitution (s///) at G:/Strawber
+ry/perl/vendor/lib/Win32/ShellQuote.pm line 85.
- or download this
my $array_creds = Config::Tiny->new();
$array_creds = Config::Tiny->read('vnxe_config.conf');
- or download this
#!/usr/bin/perl
use strict;
...
$Config = Config::Tiny->read( 'file.conf' );
print "$Config->{_}{var1}\n";
- or download this
marto@Marto-Desktop:~/code$ ./cf.pl
derp
- or download this
marto@Marto-Desktop:~$ ./code/cf.pl
Use of uninitialized value in concatenation (.) or string at ./code/cf
+.pl line 8.
- or download this
#!/usr/bin/perl
use strict;
...
my $Config = Config::Tiny->new;
$Config = Config::Tiny->read( "$dirname/file.conf" );
print "$Config->{_}{var1}\n";
- or download this
marto@Marto-Desktop:~$ ./code/cf.pl
derp