Help for this page

Select Code to Download


  1. or download this
    my $var = LoadFile($fh) or warn/die "MESSAGE";
    
  2. or download this
    YAML Error: Inconsistent indentation level
       Code: YAML_PARSE_ERR_INCONSISTENT_INDENTATION
       Line: 21
       Document: 1
     at /usr/share/perl5/YAML/Loader.pm line 719
    
  3. or download this
    #!/usr/bin/env perl
    
    ...
    } else {
        die "Syntax: $0 [-f,--file] [YAML_FILE]";
    }