Help for this page

Select Code to Download


  1. or download this
    my $data   = LoadFile( $file );
    
  2. or download this
    my ($data) = LoadFile( $file);
    
  3. or download this
    use strict;
    use warnings;
    ...
    
    done_testing;
    
  4. or download this
    # YAML::XS::VERSION   = 0.41
    # YAML::Tiny::VERSION = 1.51
    ...
    # }
    1..5