Help for this page

Select Code to Download


  1. 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.
    
  2. or download this
    my $array_creds = Config::Tiny->new();
    $array_creds   = Config::Tiny->read('vnxe_config.conf');
    
  3. or download this
    #!/usr/bin/perl
    use strict;
    ...
    $Config = Config::Tiny->read( 'file.conf' );
    print "$Config->{_}{var1}\n";
    
  4. or download this
    marto@Marto-Desktop:~/code$ ./cf.pl 
    derp
    
  5. or download this
    marto@Marto-Desktop:~$ ./code/cf.pl 
    Use of uninitialized value in concatenation (.) or string at ./code/cf
    +.pl line 8.
    
  6. or download this
    #!/usr/bin/perl
    use strict;
    ...
    my $Config = Config::Tiny->new;
    $Config = Config::Tiny->read( "$dirname/file.conf" );
    print "$Config->{_}{var1}\n";
    
  7. or download this
    marto@Marto-Desktop:~$ ./code/cf.pl 
    derp